public static final class Intent.Message.LinkOutSuggestion.Builder extends com.google.protobuf.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.LinkOutSuggestiongetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.Message.LinkOutSuggestion.Builder>public Intent.Message.LinkOutSuggestion.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.Message.LinkOutSuggestion.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.Message.LinkOutSuggestion.Builder>public Intent.Message.LinkOutSuggestion getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Intent.Message.LinkOutSuggestion build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Intent.Message.LinkOutSuggestion buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Intent.Message.LinkOutSuggestion.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.Message.LinkOutSuggestion.Builder>public Intent.Message.LinkOutSuggestion.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.Message.LinkOutSuggestion.Builder>public Intent.Message.LinkOutSuggestion.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.Message.LinkOutSuggestion.Builder>public Intent.Message.LinkOutSuggestion.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.Message.LinkOutSuggestion.Builder>public Intent.Message.LinkOutSuggestion.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.Message.LinkOutSuggestion.Builder>public Intent.Message.LinkOutSuggestion.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.Message.LinkOutSuggestion.Builder>public Intent.Message.LinkOutSuggestion.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Intent.Message.LinkOutSuggestion.Builder>public Intent.Message.LinkOutSuggestion.Builder mergeFrom(Intent.Message.LinkOutSuggestion other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.Message.LinkOutSuggestion.Builder>public Intent.Message.LinkOutSuggestion.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Intent.Message.LinkOutSuggestion.Builder>IOExceptionpublic String getDestinationName()
Required. The name of the app or site this chip is linking to.
string destination_name = 1;getDestinationName in interface Intent.Message.LinkOutSuggestionOrBuilderpublic com.google.protobuf.ByteString getDestinationNameBytes()
Required. The name of the app or site this chip is linking to.
string destination_name = 1;getDestinationNameBytes in interface Intent.Message.LinkOutSuggestionOrBuilderpublic Intent.Message.LinkOutSuggestion.Builder setDestinationName(String value)
Required. The name of the app or site this chip is linking to.
string destination_name = 1;public Intent.Message.LinkOutSuggestion.Builder clearDestinationName()
Required. The name of the app or site this chip is linking to.
string destination_name = 1;public Intent.Message.LinkOutSuggestion.Builder setDestinationNameBytes(com.google.protobuf.ByteString value)
Required. The name of the app or site this chip is linking to.
string destination_name = 1;public String getUri()
Required. The URI of the app or site to open when the user taps the suggestion chip.
string uri = 2;getUri in interface Intent.Message.LinkOutSuggestionOrBuilderpublic com.google.protobuf.ByteString getUriBytes()
Required. The URI of the app or site to open when the user taps the suggestion chip.
string uri = 2;getUriBytes in interface Intent.Message.LinkOutSuggestionOrBuilderpublic 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;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;public Intent.Message.LinkOutSuggestion.Builder setUriBytes(com.google.protobuf.ByteString value)
Required. The URI of the app or site to open when the user taps the suggestion chip.
string uri = 2;public final Intent.Message.LinkOutSuggestion.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.Message.LinkOutSuggestion.Builder>public final Intent.Message.LinkOutSuggestion.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Intent.Message.LinkOutSuggestion.Builder>Copyright © 2019 Google LLC. All rights reserved.