public static interface Intent.Message.QuickRepliesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getQuickReplies(int index)
public abstract String getQuickReplies(int index)Optional. The collection of quick replies.
repeated string quick_replies = 2;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The quickReplies at the given index. |
getQuickRepliesBytes(int index)
public abstract ByteString getQuickRepliesBytes(int index)Optional. The collection of quick replies.
repeated string quick_replies = 2;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the quickReplies at the given index. |
getQuickRepliesCount()
public abstract int getQuickRepliesCount()Optional. The collection of quick replies.
repeated string quick_replies = 2;
| Type | Description |
| int | The count of quickReplies. |
getQuickRepliesList()
public abstract List<String> getQuickRepliesList()Optional. The collection of quick replies.
repeated string quick_replies = 2;
| Type | Description |
| List<String> | A list containing the quickReplies. |
getTitle()
public abstract String getTitle()Optional. The title of the collection of quick replies.
string title = 1;
| Type | Description |
| String | The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()Optional. The title of the collection of quick replies.
string title = 1;
| Type | Description |
| ByteString | The bytes for title. |