public interface FulfillIntentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Match |
getMatch()
The matched intent/event to fulfill.
|
MatchIntentRequest |
getMatchIntentRequest()
Must be same as the corresponding MatchIntent request, otherwise the
behavior is undefined.
|
MatchIntentRequestOrBuilder |
getMatchIntentRequestOrBuilder()
Must be same as the corresponding MatchIntent request, otherwise the
behavior is undefined.
|
MatchOrBuilder |
getMatchOrBuilder()
The matched intent/event to fulfill.
|
OutputAudioConfig |
getOutputAudioConfig()
Instructs the speech synthesizer how to generate output audio.
|
OutputAudioConfigOrBuilder |
getOutputAudioConfigOrBuilder()
Instructs the speech synthesizer how to generate output audio.
|
boolean |
hasMatch()
The matched intent/event to fulfill.
|
boolean |
hasMatchIntentRequest()
Must be same as the corresponding MatchIntent request, otherwise the
behavior is undefined.
|
boolean |
hasOutputAudioConfig()
Instructs the speech synthesizer how to generate output audio.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMatchIntentRequest()
Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.
.google.cloud.dialogflow.cx.v3.MatchIntentRequest match_intent_request = 1;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;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;boolean hasMatch()
The matched intent/event to fulfill.
.google.cloud.dialogflow.cx.v3.Match match = 2;Match getMatch()
The matched intent/event to fulfill.
.google.cloud.dialogflow.cx.v3.Match match = 2;MatchOrBuilder getMatchOrBuilder()
The matched intent/event to fulfill.
.google.cloud.dialogflow.cx.v3.Match match = 2;boolean hasOutputAudioConfig()
Instructs the speech synthesizer how to generate output audio.
.google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;OutputAudioConfig getOutputAudioConfig()
Instructs the speech synthesizer how to generate output audio.
.google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;OutputAudioConfigOrBuilder getOutputAudioConfigOrBuilder()
Instructs the speech synthesizer how to generate output audio.
.google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;Copyright © 2022 Google LLC. All rights reserved.