public static interface Intent.Message.CardOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getButtons(int index)
public abstract Intent.Message.Card.Button getButtons(int index)Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.Card.Button buttons = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Intent.Message.Card.Button |
|
getButtonsCount()
public abstract int getButtonsCount()Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.Card.Button buttons = 4;
| Returns | |
|---|---|
| Type | Description |
int |
|
getButtonsList()
public abstract List<Intent.Message.Card.Button> getButtonsList()Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.Card.Button buttons = 4;
| Returns | |
|---|---|
| Type | Description |
List<Button> |
|
getButtonsOrBuilder(int index)
public abstract Intent.Message.Card.ButtonOrBuilder getButtonsOrBuilder(int index)Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.Card.Button buttons = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Intent.Message.Card.ButtonOrBuilder |
|
getButtonsOrBuilderList()
public abstract List<? extends Intent.Message.Card.ButtonOrBuilder> getButtonsOrBuilderList()Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.Card.Button buttons = 4;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.v2beta1.Intent.Message.Card.ButtonOrBuilder> |
|
getImageUri()
public abstract String getImageUri()Optional. The public URI to an image file for the card.
string image_uri = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The imageUri. |
getImageUriBytes()
public abstract ByteString getImageUriBytes()Optional. The public URI to an image file for the card.
string image_uri = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for imageUri. |
getSubtitle()
public abstract String getSubtitle()Optional. The subtitle of the card.
string subtitle = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The subtitle. |
getSubtitleBytes()
public abstract ByteString getSubtitleBytes()Optional. The subtitle of the card.
string subtitle = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for subtitle. |
getTitle()
public abstract String getTitle()Optional. The title of the card.
string title = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()Optional. The title of the card.
string title = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for title. |