Send feedback
Class Intent.Message.Card.Button.Builder (4.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 4.7.1 keyboard_arrow_down
public static final class Intent . Message . Card . Button . Builder extends GeneratedMessageV3 . Builder<Intent . Message . Card . Button . Builder > implements Intent . Message . Card . ButtonOrBuilder
Contains information about a button.
Protobuf type google.cloud.dialogflow.v2.Intent.Message.Card.Button
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
public Intent . Message . Card . Button . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public Intent . Message . Card . Button build ()
Returns
public Intent . Message . Card . Button buildPartial ()
Returns
public Intent . Message . Card . Button . Builder clear ()
Returns
Overrides
public Intent . Message . Card . Button . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
public Intent . Message . Card . Button . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearPostback()
public Intent . Message . Card . Button . Builder clearPostback ()
Optional. The text to send back to the Dialogflow API or a URI to
open.
string postback = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
clearText()
public Intent . Message . Card . Button . Builder clearText ()
Optional. The text to show on the button.
string text = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
public Intent . Message . Card . Button . Builder clone ()
Returns
Overrides
public Intent . Message . Card . Button getDefaultInstanceForType ()
Returns
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getPostback()
public String getPostback ()
Optional. The text to send back to the Dialogflow API or a URI to
open.
string postback = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type Description String The postback.
getPostbackBytes()
public ByteString getPostbackBytes ()
Optional. The text to send back to the Dialogflow API or a URI to
open.
string postback = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
getText()
Optional. The text to show on the button.
string text = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type Description String The text.
getTextBytes()
public ByteString getTextBytes ()
Optional. The text to show on the button.
string text = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public Intent . Message . Card . Button . Builder mergeFrom ( Intent . Message . Card . Button other )
Parameter
Returns
public Intent . Message . Card . Button . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
public Intent . Message . Card . Button . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
public final Intent . Message . Card . Button . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
public Intent . Message . Card . Button . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setPostback(String value)
public Intent . Message . Card . Button . Builder setPostback ( String value )
Optional. The text to send back to the Dialogflow API or a URI to
open.
string postback = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name Description value String
The postback to set.
Returns
setPostbackBytes(ByteString value)
public Intent . Message . Card . Button . Builder setPostbackBytes ( ByteString value )
Optional. The text to send back to the Dialogflow API or a URI to
open.
string postback = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name Description value ByteString
The bytes for postback to set.
Returns
public Intent . Message . Card . Button . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setText(String value)
public Intent . Message . Card . Button . Builder setText ( String value )
Optional. The text to show on the button.
string text = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name Description value String
The text to set.
Returns
setTextBytes(ByteString value)
public Intent . Message . Card . Button . Builder setTextBytes ( ByteString value )
Optional. The text to show on the button.
string text = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name Description value ByteString
The bytes for text to set.
Returns
public final Intent . Message . Card . Button . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
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-27 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-27 UTC."],[],[]]