Interface Intent.Message.TableCardOrBuilder

    • Method Detail

      • getTitle

        String getTitle()
         Required. Title of the card.
         
        string title = 1;
        Returns:
        The title.
      • getTitleBytes

        com.google.protobuf.ByteString getTitleBytes()
         Required. Title of the card.
         
        string title = 1;
        Returns:
        The bytes for title.
      • getSubtitle

        String getSubtitle()
         Optional. Subtitle to the title.
         
        string subtitle = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The subtitle.
      • getSubtitleBytes

        com.google.protobuf.ByteString getSubtitleBytes()
         Optional. Subtitle to the title.
         
        string subtitle = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for subtitle.
      • hasImage

        boolean hasImage()
         Optional. Image which should be displayed on the card.
         
        .google.cloud.dialogflow.v2.Intent.Message.Image image = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the image field is set.
      • getImage

        Intent.Message.Image getImage()
         Optional. Image which should be displayed on the card.
         
        .google.cloud.dialogflow.v2.Intent.Message.Image image = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The image.
      • getImageOrBuilder

        Intent.Message.ImageOrBuilder getImageOrBuilder()
         Optional. Image which should be displayed on the card.
         
        .google.cloud.dialogflow.v2.Intent.Message.Image image = 3 [(.google.api.field_behavior) = OPTIONAL];
      • getColumnPropertiesList

        List<Intent.Message.ColumnProperties> getColumnPropertiesList()
         Optional. Display properties for the columns in this table.
         
        repeated .google.cloud.dialogflow.v2.Intent.Message.ColumnProperties column_properties = 4 [(.google.api.field_behavior) = OPTIONAL];
      • getColumnProperties

        Intent.Message.ColumnProperties getColumnProperties​(int index)
         Optional. Display properties for the columns in this table.
         
        repeated .google.cloud.dialogflow.v2.Intent.Message.ColumnProperties column_properties = 4 [(.google.api.field_behavior) = OPTIONAL];
      • getColumnPropertiesCount

        int getColumnPropertiesCount()
         Optional. Display properties for the columns in this table.
         
        repeated .google.cloud.dialogflow.v2.Intent.Message.ColumnProperties column_properties = 4 [(.google.api.field_behavior) = OPTIONAL];
      • getColumnPropertiesOrBuilderList

        List<? extends Intent.Message.ColumnPropertiesOrBuilder> getColumnPropertiesOrBuilderList()
         Optional. Display properties for the columns in this table.
         
        repeated .google.cloud.dialogflow.v2.Intent.Message.ColumnProperties column_properties = 4 [(.google.api.field_behavior) = OPTIONAL];
      • getColumnPropertiesOrBuilder

        Intent.Message.ColumnPropertiesOrBuilder getColumnPropertiesOrBuilder​(int index)
         Optional. Display properties for the columns in this table.
         
        repeated .google.cloud.dialogflow.v2.Intent.Message.ColumnProperties column_properties = 4 [(.google.api.field_behavior) = OPTIONAL];
      • getRowsList

        List<Intent.Message.TableCardRow> getRowsList()
         Optional. Rows in this table of data.
         
        repeated .google.cloud.dialogflow.v2.Intent.Message.TableCardRow rows = 5 [(.google.api.field_behavior) = OPTIONAL];
      • getRows

        Intent.Message.TableCardRow getRows​(int index)
         Optional. Rows in this table of data.
         
        repeated .google.cloud.dialogflow.v2.Intent.Message.TableCardRow rows = 5 [(.google.api.field_behavior) = OPTIONAL];
      • getRowsCount

        int getRowsCount()
         Optional. Rows in this table of data.
         
        repeated .google.cloud.dialogflow.v2.Intent.Message.TableCardRow rows = 5 [(.google.api.field_behavior) = OPTIONAL];
      • getRowsOrBuilderList

        List<? extends Intent.Message.TableCardRowOrBuilder> getRowsOrBuilderList()
         Optional. Rows in this table of data.
         
        repeated .google.cloud.dialogflow.v2.Intent.Message.TableCardRow rows = 5 [(.google.api.field_behavior) = OPTIONAL];
      • getRowsOrBuilder

        Intent.Message.TableCardRowOrBuilder getRowsOrBuilder​(int index)
         Optional. Rows in this table of data.
         
        repeated .google.cloud.dialogflow.v2.Intent.Message.TableCardRow rows = 5 [(.google.api.field_behavior) = OPTIONAL];
      • getButtonsList

        List<Intent.Message.BasicCard.Button> getButtonsList()
         Optional. List of buttons for the card.
         
        repeated .google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button buttons = 6 [(.google.api.field_behavior) = OPTIONAL];
      • getButtons

        Intent.Message.BasicCard.Button getButtons​(int index)
         Optional. List of buttons for the card.
         
        repeated .google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button buttons = 6 [(.google.api.field_behavior) = OPTIONAL];
      • getButtonsCount

        int getButtonsCount()
         Optional. List of buttons for the card.
         
        repeated .google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button buttons = 6 [(.google.api.field_behavior) = OPTIONAL];
      • getButtonsOrBuilderList

        List<? extends Intent.Message.BasicCard.ButtonOrBuilder> getButtonsOrBuilderList()
         Optional. List of buttons for the card.
         
        repeated .google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button buttons = 6 [(.google.api.field_behavior) = OPTIONAL];
      • getButtonsOrBuilder

        Intent.Message.BasicCard.ButtonOrBuilder getButtonsOrBuilder​(int index)
         Optional. List of buttons for the card.
         
        repeated .google.cloud.dialogflow.v2.Intent.Message.BasicCard.Button buttons = 6 [(.google.api.field_behavior) = OPTIONAL];