public static interface Intent.Message.QuickRepliesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getQuickReplies(int index)
Optional.
|
com.google.protobuf.ByteString |
getQuickRepliesBytes(int index)
Optional.
|
int |
getQuickRepliesCount()
Optional.
|
List<String> |
getQuickRepliesList()
Optional.
|
String |
getTitle()
Optional.
|
com.google.protobuf.ByteString |
getTitleBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTitle()
Optional. The title of the collection of quick replies.
string title = 1;com.google.protobuf.ByteString getTitleBytes()
Optional. The title of the collection of quick replies.
string title = 1;List<String> getQuickRepliesList()
Optional. The collection of quick replies.
repeated string quick_replies = 2;int getQuickRepliesCount()
Optional. The collection of quick replies.
repeated string quick_replies = 2;String getQuickReplies(int index)
Optional. The collection of quick replies.
repeated string quick_replies = 2;index - The index of the element to return.com.google.protobuf.ByteString getQuickRepliesBytes(int index)
Optional. The collection of quick replies.
repeated string quick_replies = 2;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.