public static interface Intent.Message.TableCardOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getButtons(int index)
public abstract Intent.Message.BasicCard.Button getButtons(int index)Optional. List of buttons for the card.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button buttons = 6;
| Name | Description |
| index | int |
| Type | Description |
| Intent.Message.BasicCard.Button |
getButtonsCount()
public abstract int getButtonsCount()Optional. List of buttons for the card.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button buttons = 6;
| Type | Description |
| int |
getButtonsList()
public abstract List<Intent.Message.BasicCard.Button> getButtonsList()Optional. List of buttons for the card.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button buttons = 6;
| Type | Description |
| List<Button> |
getButtonsOrBuilder(int index)
public abstract Intent.Message.BasicCard.ButtonOrBuilder getButtonsOrBuilder(int index)Optional. List of buttons for the card.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button buttons = 6;
| Name | Description |
| index | int |
| Type | Description |
| Intent.Message.BasicCard.ButtonOrBuilder |
getButtonsOrBuilderList()
public abstract List<? extends Intent.Message.BasicCard.ButtonOrBuilder> getButtonsOrBuilderList()Optional. List of buttons for the card.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.Button buttons = 6;
| Type | Description |
| List<? extends com.google.cloud.dialogflow.v2beta1.Intent.Message.BasicCard.ButtonOrBuilder> |
getColumnProperties(int index)
public abstract Intent.Message.ColumnProperties getColumnProperties(int index)Optional. Display properties for the columns in this table.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.ColumnProperties column_properties = 4;
| Name | Description |
| index | int |
| Type | Description |
| Intent.Message.ColumnProperties |
getColumnPropertiesCount()
public abstract int getColumnPropertiesCount()Optional. Display properties for the columns in this table.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.ColumnProperties column_properties = 4;
| Type | Description |
| int |
getColumnPropertiesList()
public abstract List<Intent.Message.ColumnProperties> getColumnPropertiesList()Optional. Display properties for the columns in this table.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.ColumnProperties column_properties = 4;
| Type | Description |
| List<ColumnProperties> |
getColumnPropertiesOrBuilder(int index)
public abstract Intent.Message.ColumnPropertiesOrBuilder getColumnPropertiesOrBuilder(int index)Optional. Display properties for the columns in this table.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.ColumnProperties column_properties = 4;
| Name | Description |
| index | int |
| Type | Description |
| Intent.Message.ColumnPropertiesOrBuilder |
getColumnPropertiesOrBuilderList()
public abstract List<? extends Intent.Message.ColumnPropertiesOrBuilder> getColumnPropertiesOrBuilderList()Optional. Display properties for the columns in this table.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.ColumnProperties column_properties = 4;
| Type | Description |
| List<? extends com.google.cloud.dialogflow.v2beta1.Intent.Message.ColumnPropertiesOrBuilder> |
getImage()
public abstract Intent.Message.Image getImage()Optional. Image which should be displayed on the card.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 3;
| Type | Description |
| Intent.Message.Image | The image. |
getImageOrBuilder()
public abstract Intent.Message.ImageOrBuilder getImageOrBuilder()Optional. Image which should be displayed on the card.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 3;
| Type | Description |
| Intent.Message.ImageOrBuilder |
getRows(int index)
public abstract Intent.Message.TableCardRow getRows(int index)Optional. Rows in this table of data.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.TableCardRow rows = 5;
| Name | Description |
| index | int |
| Type | Description |
| Intent.Message.TableCardRow |
getRowsCount()
public abstract int getRowsCount()Optional. Rows in this table of data.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.TableCardRow rows = 5;
| Type | Description |
| int |
getRowsList()
public abstract List<Intent.Message.TableCardRow> getRowsList()Optional. Rows in this table of data.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.TableCardRow rows = 5;
| Type | Description |
| List<TableCardRow> |
getRowsOrBuilder(int index)
public abstract Intent.Message.TableCardRowOrBuilder getRowsOrBuilder(int index)Optional. Rows in this table of data.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.TableCardRow rows = 5;
| Name | Description |
| index | int |
| Type | Description |
| Intent.Message.TableCardRowOrBuilder |
getRowsOrBuilderList()
public abstract List<? extends Intent.Message.TableCardRowOrBuilder> getRowsOrBuilderList()Optional. Rows in this table of data.
repeated .google.cloud.dialogflow.v2beta1.Intent.Message.TableCardRow rows = 5;
| Type | Description |
| List<? extends com.google.cloud.dialogflow.v2beta1.Intent.Message.TableCardRowOrBuilder> |
getSubtitle()
public abstract String getSubtitle()Optional. Subtitle to the title.
string subtitle = 2;
| Type | Description |
| String | The subtitle. |
getSubtitleBytes()
public abstract ByteString getSubtitleBytes()Optional. Subtitle to the title.
string subtitle = 2;
| Type | Description |
| ByteString | The bytes for subtitle. |
getTitle()
public abstract String getTitle()Required. Title of the card.
string title = 1;
| Type | Description |
| String | The title. |
getTitleBytes()
public abstract ByteString getTitleBytes()Required. Title of the card.
string title = 1;
| Type | Description |
| ByteString | The bytes for title. |
hasImage()
public abstract boolean hasImage()Optional. Image which should be displayed on the card.
.google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 3;
| Type | Description |
| boolean | Whether the image field is set. |