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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MatchgetMatch()The matched intent/event to fulfill.MatchIntentRequestgetMatchIntentRequest()Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.MatchIntentRequestOrBuildergetMatchIntentRequestOrBuilder()Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.MatchOrBuildergetMatchOrBuilder()The matched intent/event to fulfill.OutputAudioConfiggetOutputAudioConfig()Instructs the speech synthesizer how to generate output audio.OutputAudioConfigOrBuildergetOutputAudioConfigOrBuilder()Instructs the speech synthesizer how to generate output audio.booleanhasMatch()The matched intent/event to fulfill.booleanhasMatchIntentRequest()Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.booleanhasOutputAudioConfig()Instructs the speech synthesizer how to generate output audio.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-