public static interface Intent.Message.BasicCardOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getButtons(int index)
public abstract Intent.Message.BasicCard.Button getButtons(int index)Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button buttons = 5;
| Name | Description |
| index | int |
| Type | Description |
| Intent.Message.BasicCard.Button |
getButtonsCount()
public abstract int getButtonsCount()Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button buttons = 5;
| Type | Description |
| int |
getButtonsList()
public abstract List<Intent.Message.BasicCard.Button> getButtonsList()Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button buttons = 5;
| Type | Description |
| List<Button> |
getButtonsOrBuilder(int index)
public abstract Intent.Message.BasicCard.ButtonOrBuilder getButtonsOrBuilder(int index)Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button buttons = 5;
| Name | Description |
| index | int |
| Type | Description |
| Intent.Message.BasicCard.ButtonOrBuilder |
getButtonsOrBuilderList()
public abstract List<? extends Intent.Message.BasicCard.ButtonOrBuilder> getButtonsOrBuilderList()Optional. The collection of card buttons.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button buttons = 5;
| Type | Description |
| List<? extends com.google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.ButtonOrBuilder> |
getFormattedText()
public abstract String getFormattedText()Required, unless image is present. The body text of the card.
string formatted_text = 3;
| Type | Description |
| String | The formattedText. |
getFormattedTextBytes()
public abstract ByteString getFormattedTextBytes()Required, unless image is present. The body text of the card.
string formatted_text = 3;
| Type | Description |
| ByteString | The bytes for formattedText. |
getImage()
public abstract Intent.Message.Image getImage()Optional. The image for the card.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;
| Type | Description |
| Intent.Message.Image | The image. |
getImageOrBuilder()
public abstract Intent.Message.ImageOrBuilder getImageOrBuilder()Optional. The image for the card.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;
| Type | Description |
| Intent.Message.ImageOrBuilder |
getSubtitle()
public abstract String getSubtitle()Optional. The subtitle of the card.
string subtitle = 2;
| Type | Description |
| String | The subtitle. |
getSubtitleBytes()
public abstract ByteString getSubtitleBytes()Optional. The subtitle of the card.
string subtitle = 2;
| Type | Description |
| ByteString | The bytes for subtitle. |
getTitle()
public abstract String getTitle()Optional. The title of the card.
string title = 1;
| Type | Description |
| String | The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()Optional. The title of the card.
string title = 1;
| Type | Description |
| ByteString | The bytes for title. |
hasImage()
public abstract boolean hasImage()Optional. The image for the card.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;
| Type | Description |
| boolean | Whether the image field is set. |