Package com.google.cloud.dialogflow.v2
Interface Intent.Message.LinkOutSuggestionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Intent.Message.LinkOutSuggestion
,Intent.Message.LinkOutSuggestion.Builder
- Enclosing class:
- Intent.Message
public static interface Intent.Message.LinkOutSuggestionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDestinationName()
Required.com.google.protobuf.ByteString
getDestinationNameBytes()
Required.String
getUri()
Required.com.google.protobuf.ByteString
getUriBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDestinationName
String getDestinationName()
Required. The name of the app or site this chip is linking to.
string destination_name = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The destinationName.
-
getDestinationNameBytes
com.google.protobuf.ByteString getDestinationNameBytes()
Required. The name of the app or site this chip is linking to.
string destination_name = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for destinationName.
-
getUri
String getUri()
Required. The URI of the app or site to open when the user taps the suggestion chip.
string uri = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The uri.
-
getUriBytes
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 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for uri.
-
-