public interface FulfillIntentRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMatch()
public abstract Match getMatch()The matched intent/event to fulfill.
.google.cloud.dialogflow.cx.v3.Match match = 2;
| Type | Description |
| Match | The match. |
getMatchIntentRequest()
public abstract 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;
| Type | Description |
| MatchIntentRequest | The matchIntentRequest. |
getMatchIntentRequestOrBuilder()
public abstract 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;
| Type | Description |
| MatchIntentRequestOrBuilder |
getMatchOrBuilder()
public abstract MatchOrBuilder getMatchOrBuilder()The matched intent/event to fulfill.
.google.cloud.dialogflow.cx.v3.Match match = 2;
| Type | Description |
| MatchOrBuilder |
getOutputAudioConfig()
public abstract OutputAudioConfig getOutputAudioConfig()Instructs the speech synthesizer how to generate output audio.
.google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;
| Type | Description |
| OutputAudioConfig | The outputAudioConfig. |
getOutputAudioConfigOrBuilder()
public abstract OutputAudioConfigOrBuilder getOutputAudioConfigOrBuilder()Instructs the speech synthesizer how to generate output audio.
.google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;
| Type | Description |
| OutputAudioConfigOrBuilder |
hasMatch()
public abstract boolean hasMatch()The matched intent/event to fulfill.
.google.cloud.dialogflow.cx.v3.Match match = 2;
| Type | Description |
| boolean | Whether the match field is set. |
hasMatchIntentRequest()
public abstract 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;
| Type | Description |
| boolean | Whether the matchIntentRequest field is set. |
hasOutputAudioConfig()
public abstract boolean hasOutputAudioConfig()Instructs the speech synthesizer how to generate output audio.
.google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;
| Type | Description |
| boolean | Whether the outputAudioConfig field is set. |