public static interface Intent.Message.SuggestionOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getTitle()
Required.
|
ByteString |
getTitleBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getTitle()
Required. The text shown the in the suggestion chip.
string title = 1 [(.google.api.field_behavior) = REQUIRED];
ByteString getTitleBytes()
Required. The text shown the in the suggestion chip.
string title = 1 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.