Interface Intent.Message.RbmStandaloneCardOrBuilder

    • Method Detail

      • getCardOrientationValue

        int getCardOrientationValue()
         Required. Orientation of the card.
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.RbmStandaloneCard.CardOrientation card_orientation = 1;
        Returns:
        The enum numeric value on the wire for cardOrientation.
      • getCardOrientation

        Intent.Message.RbmStandaloneCard.CardOrientation getCardOrientation()
         Required. Orientation of the card.
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.RbmStandaloneCard.CardOrientation card_orientation = 1;
        Returns:
        The cardOrientation.
      • getThumbnailImageAlignmentValue

        int getThumbnailImageAlignmentValue()
         Required if orientation is horizontal.
         Image preview alignment for standalone cards with horizontal layout.
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.RbmStandaloneCard.ThumbnailImageAlignment thumbnail_image_alignment = 2;
        Returns:
        The enum numeric value on the wire for thumbnailImageAlignment.
      • getThumbnailImageAlignment

        Intent.Message.RbmStandaloneCard.ThumbnailImageAlignment getThumbnailImageAlignment()
         Required if orientation is horizontal.
         Image preview alignment for standalone cards with horizontal layout.
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.RbmStandaloneCard.ThumbnailImageAlignment thumbnail_image_alignment = 2;
        Returns:
        The thumbnailImageAlignment.
      • hasCardContent

        boolean hasCardContent()
         Required. Card content.
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent card_content = 3;
        Returns:
        Whether the cardContent field is set.
      • getCardContent

        Intent.Message.RbmCardContent getCardContent()
         Required. Card content.
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent card_content = 3;
        Returns:
        The cardContent.
      • getCardContentOrBuilder

        Intent.Message.RbmCardContentOrBuilder getCardContentOrBuilder()
         Required. Card content.
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.RbmCardContent card_content = 3;