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