Interface FulfillIntentRequestOrBuilder

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

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

      • hasMatchIntentRequest

        boolean hasMatchIntentRequest()
         Must be same as the corresponding MatchIntent request, otherwise the
         behavior is undefined.
         
        .google.cloud.dialogflow.cx.v3.MatchIntentRequest match_intent_request = 1;
        Returns:
        Whether the matchIntentRequest field is set.
      • getMatchIntentRequest

        MatchIntentRequest getMatchIntentRequest()
         Must be same as the corresponding MatchIntent request, otherwise the
         behavior is undefined.
         
        .google.cloud.dialogflow.cx.v3.MatchIntentRequest match_intent_request = 1;
        Returns:
        The matchIntentRequest.
      • getMatchIntentRequestOrBuilder

        MatchIntentRequestOrBuilder getMatchIntentRequestOrBuilder()
         Must be same as the corresponding MatchIntent request, otherwise the
         behavior is undefined.
         
        .google.cloud.dialogflow.cx.v3.MatchIntentRequest match_intent_request = 1;
      • hasMatch

        boolean hasMatch()
         The matched intent/event to fulfill.
         
        .google.cloud.dialogflow.cx.v3.Match match = 2;
        Returns:
        Whether the match field is set.
      • getMatch

        Match getMatch()
         The matched intent/event to fulfill.
         
        .google.cloud.dialogflow.cx.v3.Match match = 2;
        Returns:
        The match.
      • getMatchOrBuilder

        MatchOrBuilder getMatchOrBuilder()
         The matched intent/event to fulfill.
         
        .google.cloud.dialogflow.cx.v3.Match match = 2;
      • hasOutputAudioConfig

        boolean hasOutputAudioConfig()
         Instructs the speech synthesizer how to generate output audio.
         
        .google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;
        Returns:
        Whether the outputAudioConfig field is set.
      • getOutputAudioConfig

        OutputAudioConfig getOutputAudioConfig()
         Instructs the speech synthesizer how to generate output audio.
         
        .google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;
        Returns:
        The outputAudioConfig.
      • getOutputAudioConfigOrBuilder

        OutputAudioConfigOrBuilder getOutputAudioConfigOrBuilder()
         Instructs the speech synthesizer how to generate output audio.
         
        .google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;