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 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| 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 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| 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 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The count of quickReplies. |
getQuickRepliesList()
public abstract List<String> getQuickRepliesList()Optional. The collection of quick replies.
repeated string quick_replies = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| 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 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()Optional. The title of the collection of quick replies.
string title = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for title. |