Interface Intent.Message.BrowseCarouselCardOrBuilder

    • Method Detail

      • getItems

        Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem getItems​(int index)
         Required. List of items in the Browse Carousel Card. Minimum of two
         items, maximum of ten.
         
        repeated .google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem items = 1;
      • getItemsCount

        int getItemsCount()
         Required. List of items in the Browse Carousel Card. Minimum of two
         items, maximum of ten.
         
        repeated .google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.BrowseCarouselCardItem items = 1;
      • getImageDisplayOptionsValue

        int getImageDisplayOptionsValue()
         Optional. Settings for displaying the image. Applies to every image in
         [items][google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.items].
         
        .google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.ImageDisplayOptions image_display_options = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The enum numeric value on the wire for imageDisplayOptions.
      • getImageDisplayOptions

        Intent.Message.BrowseCarouselCard.ImageDisplayOptions getImageDisplayOptions()
         Optional. Settings for displaying the image. Applies to every image in
         [items][google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.items].
         
        .google.cloud.dialogflow.v2.Intent.Message.BrowseCarouselCard.ImageDisplayOptions image_display_options = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The imageDisplayOptions.