Send feedback
Class FulfillIntentRequest (0.25.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.25.0 keyboard_arrow_down
public final class FulfillIntentRequest extends GeneratedMessageV3 implements FulfillIntentRequestOrBuilder
Request of [FulfillIntent][]
Protobuf type google.cloud.dialogflow.cx.v3beta1.FulfillIntentRequest
Static Fields
MATCH_FIELD_NUMBER
public static final int MATCH_FIELD_NUMBER
Field Value
Type
Description
int
MATCH_INTENT_REQUEST_FIELD_NUMBER
public static final int MATCH_INTENT_REQUEST_FIELD_NUMBER
Field Value
Type
Description
int
OUTPUT_AUDIO_CONFIG_FIELD_NUMBER
public static final int OUTPUT_AUDIO_CONFIG_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static FulfillIntentRequest getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static FulfillIntentRequest . Builder newBuilder ()
newBuilder(FulfillIntentRequest prototype)
public static FulfillIntentRequest . Builder newBuilder ( FulfillIntentRequest prototype )
public static FulfillIntentRequest parseDelimitedFrom ( InputStream input )
public static FulfillIntentRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static FulfillIntentRequest parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FulfillIntentRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static FulfillIntentRequest parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FulfillIntentRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static FulfillIntentRequest parseFrom ( CodedInputStream input )
public static FulfillIntentRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static FulfillIntentRequest parseFrom ( InputStream input )
public static FulfillIntentRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static FulfillIntentRequest parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FulfillIntentRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<FulfillIntentRequest> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public FulfillIntentRequest getDefaultInstanceForType ()
getMatch()
The matched intent/event to fulfill.
.google.cloud.dialogflow.cx.v3beta1.Match match = 2;
Returns
Type
Description
Match
The match.
getMatchIntentRequest()
public MatchIntentRequest getMatchIntentRequest ()
Must be same as the corresponding MatchIntent request, otherwise the
behavior is undefined.
.google.cloud.dialogflow.cx.v3beta1.MatchIntentRequest match_intent_request = 1;
getMatchIntentRequestOrBuilder()
public MatchIntentRequestOrBuilder getMatchIntentRequestOrBuilder ()
Must be same as the corresponding MatchIntent request, otherwise the
behavior is undefined.
.google.cloud.dialogflow.cx.v3beta1.MatchIntentRequest match_intent_request = 1;
getMatchOrBuilder()
public MatchOrBuilder getMatchOrBuilder ()
The matched intent/event to fulfill.
.google.cloud.dialogflow.cx.v3beta1.Match match = 2;
getOutputAudioConfig()
public OutputAudioConfig getOutputAudioConfig ()
Instructs the speech synthesizer how to generate output audio.
.google.cloud.dialogflow.cx.v3beta1.OutputAudioConfig output_audio_config = 3;
getOutputAudioConfigOrBuilder()
public OutputAudioConfigOrBuilder getOutputAudioConfigOrBuilder ()
Instructs the speech synthesizer how to generate output audio.
.google.cloud.dialogflow.cx.v3beta1.OutputAudioConfig output_audio_config = 3;
getParserForType()
public Parser<FulfillIntentRequest> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hasMatch()
public boolean hasMatch ()
The matched intent/event to fulfill.
.google.cloud.dialogflow.cx.v3beta1.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.v3beta1.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.v3beta1.OutputAudioConfig output_audio_config = 3;
Returns
Type
Description
boolean
Whether the outputAudioConfig field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public FulfillIntentRequest . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected FulfillIntentRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public FulfillIntentRequest . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]