- 4.58.0 (latest)
- 4.57.0
- 4.55.0
- 4.54.0
- 4.53.0
- 4.52.0
- 4.51.0
- 4.50.0
- 4.49.0
- 4.48.0
- 4.47.0
- 4.46.0
- 4.45.0
- 4.43.0
- 4.42.0
- 4.41.0
- 4.40.0
- 4.39.0
- 4.38.0
- 4.37.0
- 4.36.0
- 4.35.0
- 4.34.0
- 4.33.0
- 4.30.0
- 4.29.0
- 4.28.0
- 4.27.0
- 4.26.0
- 4.25.0
- 4.24.0
- 4.23.0
- 4.22.0
- 4.21.0
- 4.20.0
- 4.19.0
- 4.18.0
- 4.17.0
- 4.15.0
- 4.14.0
- 4.13.0
- 4.12.0
- 4.11.0
- 4.10.0
- 4.9.1
- 4.8.6
- 4.7.5
- 4.6.0
- 4.5.11
- 4.4.0
- 4.3.1
public static final class Intent.Message.LinkOutSuggestion.Builder extends GeneratedMessageV3.Builder<Intent.Message.LinkOutSuggestion.Builder> implements Intent.Message.LinkOutSuggestionOrBuilder
The suggestion chip message that allows the user to jump out to the app or website associated with this agent.
Protobuf type google.cloud.dialogflow.v2beta1.Intent.Message.LinkOutSuggestion
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Intent.Message.LinkOutSuggestion.BuilderImplements
Intent.Message.LinkOutSuggestionOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Intent.Message.LinkOutSuggestion.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Intent.Message.LinkOutSuggestion.Builder |
build()
public Intent.Message.LinkOutSuggestion build()
Type | Description |
Intent.Message.LinkOutSuggestion |
buildPartial()
public Intent.Message.LinkOutSuggestion buildPartial()
Type | Description |
Intent.Message.LinkOutSuggestion |
clear()
public Intent.Message.LinkOutSuggestion.Builder clear()
Type | Description |
Intent.Message.LinkOutSuggestion.Builder |
clearDestinationName()
public Intent.Message.LinkOutSuggestion.Builder clearDestinationName()
Required. The name of the app or site this chip is linking to.
string destination_name = 1;
Type | Description |
Intent.Message.LinkOutSuggestion.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Intent.Message.LinkOutSuggestion.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Intent.Message.LinkOutSuggestion.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Intent.Message.LinkOutSuggestion.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Intent.Message.LinkOutSuggestion.Builder |
clearUri()
public Intent.Message.LinkOutSuggestion.Builder clearUri()
Required. The URI of the app or site to open when the user taps the suggestion chip.
string uri = 2;
Type | Description |
Intent.Message.LinkOutSuggestion.Builder | This builder for chaining. |
clone()
public Intent.Message.LinkOutSuggestion.Builder clone()
Type | Description |
Intent.Message.LinkOutSuggestion.Builder |
getDefaultInstanceForType()
public Intent.Message.LinkOutSuggestion getDefaultInstanceForType()
Type | Description |
Intent.Message.LinkOutSuggestion |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDestinationName()
public String getDestinationName()
Required. The name of the app or site this chip is linking to.
string destination_name = 1;
Type | Description |
String | The destinationName. |
getDestinationNameBytes()
public ByteString getDestinationNameBytes()
Required. The name of the app or site this chip is linking to.
string destination_name = 1;
Type | Description |
ByteString | The bytes for destinationName. |
getUri()
public String getUri()
Required. The URI of the app or site to open when the user taps the suggestion chip.
string uri = 2;
Type | Description |
String | The uri. |
getUriBytes()
public ByteString getUriBytes()
Required. The URI of the app or site to open when the user taps the suggestion chip.
string uri = 2;
Type | Description |
ByteString | The bytes for uri. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Intent.Message.LinkOutSuggestion other)
public Intent.Message.LinkOutSuggestion.Builder mergeFrom(Intent.Message.LinkOutSuggestion other)
Name | Description |
other | Intent.Message.LinkOutSuggestion |
Type | Description |
Intent.Message.LinkOutSuggestion.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Intent.Message.LinkOutSuggestion.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Intent.Message.LinkOutSuggestion.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Intent.Message.LinkOutSuggestion.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Intent.Message.LinkOutSuggestion.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Intent.Message.LinkOutSuggestion.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Intent.Message.LinkOutSuggestion.Builder |
setDestinationName(String value)
public Intent.Message.LinkOutSuggestion.Builder setDestinationName(String value)
Required. The name of the app or site this chip is linking to.
string destination_name = 1;
Name | Description |
value | String The destinationName to set. |
Type | Description |
Intent.Message.LinkOutSuggestion.Builder | This builder for chaining. |
setDestinationNameBytes(ByteString value)
public Intent.Message.LinkOutSuggestion.Builder setDestinationNameBytes(ByteString value)
Required. The name of the app or site this chip is linking to.
string destination_name = 1;
Name | Description |
value | ByteString The bytes for destinationName to set. |
Type | Description |
Intent.Message.LinkOutSuggestion.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Intent.Message.LinkOutSuggestion.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Intent.Message.LinkOutSuggestion.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Intent.Message.LinkOutSuggestion.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Intent.Message.LinkOutSuggestion.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Intent.Message.LinkOutSuggestion.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Intent.Message.LinkOutSuggestion.Builder |
setUri(String value)
public Intent.Message.LinkOutSuggestion.Builder setUri(String value)
Required. The URI of the app or site to open when the user taps the suggestion chip.
string uri = 2;
Name | Description |
value | String The uri to set. |
Type | Description |
Intent.Message.LinkOutSuggestion.Builder | This builder for chaining. |
setUriBytes(ByteString value)
public Intent.Message.LinkOutSuggestion.Builder setUriBytes(ByteString value)
Required. The URI of the app or site to open when the user taps the suggestion chip.
string uri = 2;
Name | Description |
value | ByteString The bytes for uri to set. |
Type | Description |
Intent.Message.LinkOutSuggestion.Builder | This builder for chaining. |