Interface FulfillIntentRequestOrBuilder (0.22.0)

public interface FulfillIntentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMatch()

public abstract Match getMatch()

The matched intent/event to fulfill.

.google.cloud.dialogflow.cx.v3.Match match = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
MatchIntentRequestOrBuilder

getMatchOrBuilder()

public abstract MatchOrBuilder getMatchOrBuilder()

The matched intent/event to fulfill.

.google.cloud.dialogflow.cx.v3.Match match = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
OutputAudioConfigOrBuilder

hasMatch()

public abstract boolean hasMatch()

The matched intent/event to fulfill.

.google.cloud.dialogflow.cx.v3.Match match = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the outputAudioConfig field is set.