Class SuggestionInput (4.86.0)
Version 4.86.0keyboard_arrow_down
public final class SuggestionInput extends GeneratedMessageV3 implements SuggestionInputOrBuilder
Represents the action to take for a tool call that requires confirmation.
Protobuf type google.cloud.dialogflow.v2beta1.SuggestionInput
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int ACTION_FIELD_NUMBER
Field Value
Type
Description
int
public static final int ANSWER_RECORD_FIELD_NUMBER
Field Value
Type
Description
int
public static final int INTENT_INPUT_FIELD_NUMBER
Field Value
Type
Description
int
public static final int PARAMETERS_FIELD_NUMBER
Field Value
Type
Description
int
public static final int SEND_TIME_FIELD_NUMBER
Field Value
Type
Description
int
TEXT_OVERRIDE_FIELD_NUMBER
public static final int TEXT_OVERRIDE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static SuggestionInput getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static SuggestionInput . Builder newBuilder ()
public static SuggestionInput . Builder newBuilder ( SuggestionInput prototype )
public static SuggestionInput parseDelimitedFrom ( InputStream input )
public static SuggestionInput parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static SuggestionInput parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static SuggestionInput parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static SuggestionInput parseFrom ( ByteString data )
public static SuggestionInput parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static SuggestionInput parseFrom ( CodedInputStream input )
public static SuggestionInput parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static SuggestionInput parseFrom ( InputStream input )
public static SuggestionInput parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static SuggestionInput parseFrom ( ByteBuffer data )
public static SuggestionInput parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<SuggestionInput> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public SuggestionInput . Action getAction ()
Optional. The type of action to take with the tool.
.google.cloud.dialogflow.v2beta1.SuggestionInput.Action action = 5 [(.google.api.field_behavior) = OPTIONAL];
public int getActionValue ()
Optional. The type of action to take with the tool.
.google.cloud.dialogflow.v2beta1.SuggestionInput.Action action = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
The enum numeric value on the wire for action.
public String getAnswerRecord ()
Required. Format: projects/<Project ID>/locations/<Location
ID>/answerRecords/<Answer Record ID>
The answer record associated with the tool call.
string answer_record = 1;
Returns
Type
Description
String
The answerRecord.
public ByteString getAnswerRecordBytes ()
Required. Format: projects/<Project ID>/locations/<Location
ID>/answerRecords/<Answer Record ID>
The answer record associated with the tool call.
string answer_record = 1;
Returns
Type
Description
ByteString
The bytes for answerRecord.
public SuggestionInput getDefaultInstanceForType ()
public IntentInput getIntentInput ()
The intent to be triggered on V3 agent.
.google.cloud.dialogflow.v2beta1.IntentInput intent_input = 6;
public IntentInputOrBuilder getIntentInputOrBuilder ()
The intent to be triggered on V3 agent.
.google.cloud.dialogflow.v2beta1.IntentInput intent_input = 6;
public Struct getParameters ()
Parameters to be used for the tool call. If not provided, the tool
will be called without any parameters.
.google.protobuf.Struct parameters = 4;
Returns
Type
Description
Struct
The parameters.
public StructOrBuilder getParametersOrBuilder ()
Parameters to be used for the tool call. If not provided, the tool
will be called without any parameters.
.google.protobuf.Struct parameters = 4;
public Parser<SuggestionInput> getParserForType ()
Overrides
public Timestamp getSendTime ()
Optional. Time when the current suggest input is sent. For tool calls, this
timestamp (along with the answer record) will be included in the
corresponding tool call result so that it can be identified.
.google.protobuf.Timestamp send_time = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
Timestamp
The sendTime.
public TimestampOrBuilder getSendTimeOrBuilder ()
Optional. Time when the current suggest input is sent. For tool calls, this
timestamp (along with the answer record) will be included in the
corresponding tool call result so that it can be identified.
.google.protobuf.Timestamp send_time = 7 [(.google.api.field_behavior) = OPTIONAL];
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getTextOverride()
public TextInput getTextOverride ()
Optional. If the customer edited the suggestion before using it, include
the revised text here.
.google.cloud.dialogflow.v2beta1.TextInput text_override = 2;
Returns
Type
Description
TextInput
The textOverride.
getTextOverrideOrBuilder()
public TextInputOrBuilder getTextOverrideOrBuilder ()
Optional. If the customer edited the suggestion before using it, include
the revised text here.
.google.cloud.dialogflow.v2beta1.TextInput text_override = 2;
public boolean hasIntentInput ()
The intent to be triggered on V3 agent.
.google.cloud.dialogflow.v2beta1.IntentInput intent_input = 6;
Returns
Type
Description
boolean
Whether the intentInput field is set.
public boolean hasParameters ()
Parameters to be used for the tool call. If not provided, the tool
will be called without any parameters.
.google.protobuf.Struct parameters = 4;
Returns
Type
Description
boolean
Whether the parameters field is set.
public boolean hasSendTime ()
Optional. Time when the current suggest input is sent. For tool calls, this
timestamp (along with the answer record) will be included in the
corresponding tool call result so that it can be identified.
.google.protobuf.Timestamp send_time = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
Whether the sendTime field is set.
hasTextOverride()
public boolean hasTextOverride ()
Optional. If the customer edited the suggestion before using it, include
the revised text here.
.google.cloud.dialogflow.v2beta1.TextInput text_override = 2;
Returns
Type
Description
boolean
Whether the textOverride field is set.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public SuggestionInput . Builder newBuilderForType ()
protected SuggestionInput . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public SuggestionInput . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
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 2026-01-08 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-01-08 UTC."],[],[]]