Interface QueryInputOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    QueryInput, QueryInput.Builder

    public interface QueryInputOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasAudioConfig

        boolean hasAudioConfig()
         Instructs the speech recognizer how to process the speech audio.
         
        .google.cloud.dialogflow.v2.InputAudioConfig audio_config = 1;
        Returns:
        Whether the audioConfig field is set.
      • getAudioConfig

        InputAudioConfig getAudioConfig()
         Instructs the speech recognizer how to process the speech audio.
         
        .google.cloud.dialogflow.v2.InputAudioConfig audio_config = 1;
        Returns:
        The audioConfig.
      • getAudioConfigOrBuilder

        InputAudioConfigOrBuilder getAudioConfigOrBuilder()
         Instructs the speech recognizer how to process the speech audio.
         
        .google.cloud.dialogflow.v2.InputAudioConfig audio_config = 1;
      • hasText

        boolean hasText()
         The natural language text to be processed. Text length must not exceed
         256 character for virtual agent interactions.
         
        .google.cloud.dialogflow.v2.TextInput text = 2;
        Returns:
        Whether the text field is set.
      • getText

        TextInput getText()
         The natural language text to be processed. Text length must not exceed
         256 character for virtual agent interactions.
         
        .google.cloud.dialogflow.v2.TextInput text = 2;
        Returns:
        The text.
      • getTextOrBuilder

        TextInputOrBuilder getTextOrBuilder()
         The natural language text to be processed. Text length must not exceed
         256 character for virtual agent interactions.
         
        .google.cloud.dialogflow.v2.TextInput text = 2;
      • hasEvent

        boolean hasEvent()
         The event to be processed.
         
        .google.cloud.dialogflow.v2.EventInput event = 3;
        Returns:
        Whether the event field is set.
      • getEvent

        EventInput getEvent()
         The event to be processed.
         
        .google.cloud.dialogflow.v2.EventInput event = 3;
        Returns:
        The event.
      • getEventOrBuilder

        EventInputOrBuilder getEventOrBuilder()
         The event to be processed.
         
        .google.cloud.dialogflow.v2.EventInput event = 3;