public static interface Intent.Message.LinkOutSuggestionOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDestinationName()
Required.
|
ByteString |
getDestinationNameBytes()
Required.
|
String |
getUri()
Required.
|
ByteString |
getUriBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getDestinationName()
Required. The name of the app or site this chip is linking to.
string destination_name = 1;
ByteString getDestinationNameBytes()
Required. The name of the app or site this chip is linking to.
string destination_name = 1;
String getUri()
Required. The URI of the app or site to open when the user taps the suggestion chip.
string uri = 2;
ByteString getUriBytes()
Required. The URI of the app or site to open when the user taps the suggestion chip.
string uri = 2;
Copyright © 2022 Google LLC. All rights reserved.