- 0.94.0 (latest)
- 0.93.0
- 0.92.0
- 0.91.0
- 0.89.0
- 0.87.0
- 0.86.0
- 0.85.0
- 0.84.0
- 0.83.0
- 0.81.0
- 0.79.0
- 0.78.0
- 0.75.0
- 0.74.0
- 0.73.0
- 0.71.0
- 0.70.0
- 0.69.0
- 0.68.0
- 0.67.0
- 0.66.0
- 0.65.0
- 0.64.0
- 0.63.0
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.7
- 0.13.1
- 0.12.1
- 0.11.5
public static final class FulfillIntentRequest.Builder extends GeneratedMessage.Builder<FulfillIntentRequest.Builder> implements FulfillIntentRequestOrBuilderRequest of [FulfillIntent][]
Protobuf type google.cloud.dialogflow.cx.v3.FulfillIntentRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FulfillIntentRequest.BuilderImplements
FulfillIntentRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public FulfillIntentRequest build()| Returns | |
|---|---|
| Type | Description |
FulfillIntentRequest |
|
buildPartial()
public FulfillIntentRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
FulfillIntentRequest |
|
clear()
public FulfillIntentRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
FulfillIntentRequest.Builder |
|
clearMatch()
public FulfillIntentRequest.Builder clearMatch()The matched intent/event to fulfill.
.google.cloud.dialogflow.cx.v3.Match match = 2;
| Returns | |
|---|---|
| Type | Description |
FulfillIntentRequest.Builder |
|
clearMatchIntentRequest()
public FulfillIntentRequest.Builder clearMatchIntentRequest()Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.
.google.cloud.dialogflow.cx.v3.MatchIntentRequest match_intent_request = 1;
| Returns | |
|---|---|
| Type | Description |
FulfillIntentRequest.Builder |
|
clearOutputAudioConfig()
public FulfillIntentRequest.Builder clearOutputAudioConfig()Instructs the speech synthesizer how to generate output audio.
.google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;
| Returns | |
|---|---|
| Type | Description |
FulfillIntentRequest.Builder |
|
getDefaultInstanceForType()
public FulfillIntentRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FulfillIntentRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMatch()
public Match getMatch()The matched intent/event to fulfill.
.google.cloud.dialogflow.cx.v3.Match match = 2;
| Returns | |
|---|---|
| Type | Description |
Match |
The match. |
getMatchBuilder()
public Match.Builder getMatchBuilder()The matched intent/event to fulfill.
.google.cloud.dialogflow.cx.v3.Match match = 2;
| Returns | |
|---|---|
| Type | Description |
Match.Builder |
|
getMatchIntentRequest()
public 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 | |
|---|---|
| Type | Description |
MatchIntentRequest |
The matchIntentRequest. |
getMatchIntentRequestBuilder()
public MatchIntentRequest.Builder getMatchIntentRequestBuilder()Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.
.google.cloud.dialogflow.cx.v3.MatchIntentRequest match_intent_request = 1;
| Returns | |
|---|---|
| Type | Description |
MatchIntentRequest.Builder |
|
getMatchIntentRequestOrBuilder()
public 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 | |
|---|---|
| Type | Description |
MatchIntentRequestOrBuilder |
|
getMatchOrBuilder()
public MatchOrBuilder getMatchOrBuilder()The matched intent/event to fulfill.
.google.cloud.dialogflow.cx.v3.Match match = 2;
| Returns | |
|---|---|
| Type | Description |
MatchOrBuilder |
|
getOutputAudioConfig()
public OutputAudioConfig getOutputAudioConfig()Instructs the speech synthesizer how to generate output audio.
.google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;
| Returns | |
|---|---|
| Type | Description |
OutputAudioConfig |
The outputAudioConfig. |
getOutputAudioConfigBuilder()
public OutputAudioConfig.Builder getOutputAudioConfigBuilder()Instructs the speech synthesizer how to generate output audio.
.google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;
| Returns | |
|---|---|
| Type | Description |
OutputAudioConfig.Builder |
|
getOutputAudioConfigOrBuilder()
public OutputAudioConfigOrBuilder getOutputAudioConfigOrBuilder()Instructs the speech synthesizer how to generate output audio.
.google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;
| Returns | |
|---|---|
| Type | Description |
OutputAudioConfigOrBuilder |
|
hasMatch()
public boolean hasMatch()The matched intent/event to fulfill.
.google.cloud.dialogflow.cx.v3.Match match = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the match field is set. |
hasMatchIntentRequest()
public 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 | |
|---|---|
| Type | Description |
boolean |
Whether the matchIntentRequest field is set. |
hasOutputAudioConfig()
public boolean hasOutputAudioConfig()Instructs the speech synthesizer how to generate output audio.
.google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the outputAudioConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(FulfillIntentRequest other)
public FulfillIntentRequest.Builder mergeFrom(FulfillIntentRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
FulfillIntentRequest |
| Returns | |
|---|---|
| Type | Description |
FulfillIntentRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FulfillIntentRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FulfillIntentRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FulfillIntentRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FulfillIntentRequest.Builder |
|
mergeMatch(Match value)
public FulfillIntentRequest.Builder mergeMatch(Match value)The matched intent/event to fulfill.
.google.cloud.dialogflow.cx.v3.Match match = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Match |
| Returns | |
|---|---|
| Type | Description |
FulfillIntentRequest.Builder |
|
mergeMatchIntentRequest(MatchIntentRequest value)
public FulfillIntentRequest.Builder mergeMatchIntentRequest(MatchIntentRequest value)Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.
.google.cloud.dialogflow.cx.v3.MatchIntentRequest match_intent_request = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
MatchIntentRequest |
| Returns | |
|---|---|
| Type | Description |
FulfillIntentRequest.Builder |
|
mergeOutputAudioConfig(OutputAudioConfig value)
public FulfillIntentRequest.Builder mergeOutputAudioConfig(OutputAudioConfig value)Instructs the speech synthesizer how to generate output audio.
.google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
OutputAudioConfig |
| Returns | |
|---|---|
| Type | Description |
FulfillIntentRequest.Builder |
|
setMatch(Match value)
public FulfillIntentRequest.Builder setMatch(Match value)The matched intent/event to fulfill.
.google.cloud.dialogflow.cx.v3.Match match = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Match |
| Returns | |
|---|---|
| Type | Description |
FulfillIntentRequest.Builder |
|
setMatch(Match.Builder builderForValue)
public FulfillIntentRequest.Builder setMatch(Match.Builder builderForValue)The matched intent/event to fulfill.
.google.cloud.dialogflow.cx.v3.Match match = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Match.Builder |
| Returns | |
|---|---|
| Type | Description |
FulfillIntentRequest.Builder |
|
setMatchIntentRequest(MatchIntentRequest value)
public FulfillIntentRequest.Builder setMatchIntentRequest(MatchIntentRequest value)Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.
.google.cloud.dialogflow.cx.v3.MatchIntentRequest match_intent_request = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
MatchIntentRequest |
| Returns | |
|---|---|
| Type | Description |
FulfillIntentRequest.Builder |
|
setMatchIntentRequest(MatchIntentRequest.Builder builderForValue)
public FulfillIntentRequest.Builder setMatchIntentRequest(MatchIntentRequest.Builder builderForValue)Must be same as the corresponding MatchIntent request, otherwise the behavior is undefined.
.google.cloud.dialogflow.cx.v3.MatchIntentRequest match_intent_request = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
MatchIntentRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
FulfillIntentRequest.Builder |
|
setOutputAudioConfig(OutputAudioConfig value)
public FulfillIntentRequest.Builder setOutputAudioConfig(OutputAudioConfig value)Instructs the speech synthesizer how to generate output audio.
.google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
OutputAudioConfig |
| Returns | |
|---|---|
| Type | Description |
FulfillIntentRequest.Builder |
|
setOutputAudioConfig(OutputAudioConfig.Builder builderForValue)
public FulfillIntentRequest.Builder setOutputAudioConfig(OutputAudioConfig.Builder builderForValue)Instructs the speech synthesizer how to generate output audio.
.google.cloud.dialogflow.cx.v3.OutputAudioConfig output_audio_config = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
OutputAudioConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
FulfillIntentRequest.Builder |
|