Interface Intent.Message.BrowseCarouselCard.BrowseCarouselCardItemOrBuilder

    • Method Detail

      • hasOpenUriAction

        boolean hasOpenUriAction()
         Required. Action to present to the user.
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem.OpenUrlAction open_uri_action = 1;
        Returns:
        Whether the openUriAction field is set.
      • getTitle

        String getTitle()
         Required. Title of the carousel item. Maximum of two lines of text.
         
        string title = 2;
        Returns:
        The title.
      • getTitleBytes

        com.google.protobuf.ByteString getTitleBytes()
         Required. Title of the carousel item. Maximum of two lines of text.
         
        string title = 2;
        Returns:
        The bytes for title.
      • getDescription

        String getDescription()
         Optional. Description of the carousel item. Maximum of four lines of
         text.
         
        string description = 3;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Optional. Description of the carousel item. Maximum of four lines of
         text.
         
        string description = 3;
        Returns:
        The bytes for description.
      • hasImage

        boolean hasImage()
         Optional. Hero image for the carousel item.
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;
        Returns:
        Whether the image field is set.
      • getImage

        Intent.Message.Image getImage()
         Optional. Hero image for the carousel item.
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;
        Returns:
        The image.
      • getImageOrBuilder

        Intent.Message.ImageOrBuilder getImageOrBuilder()
         Optional. Hero image for the carousel item.
         
        .google.cloud.dialogflow.v2beta1.Intent.Message.Image image = 4;
      • getFooter

        String getFooter()
         Optional. Text that appears at the bottom of the Browse Carousel
         Card. Maximum of one line of text.
         
        string footer = 5;
        Returns:
        The footer.
      • getFooterBytes

        com.google.protobuf.ByteString getFooterBytes()
         Optional. Text that appears at the bottom of the Browse Carousel
         Card. Maximum of one line of text.
         
        string footer = 5;
        Returns:
        The bytes for footer.