GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardImageDisplayOptions

enum GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardImageDisplayOptions : Enum<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardImageDisplayOptions> , ConvertibleToJava<GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardImageDisplayOptions>

Optional. Settings for displaying the image. Applies to every image in items.

Entries

Link copied to clipboard

Fill the gaps between the image and the image container with gray bars.

Link copied to clipboard

Fill the gaps between the image and the image container with gray bars.

Link copied to clipboard

Fill the gaps between the image and the image container with white bars.

Link copied to clipboard

Image is scaled such that the image width and height match or exceed the container dimensions. This may crop the top and bottom of the image if the scaled image height is greater than the container height, or crop the left and right of the image if the scaled image width is greater than the container width. This is similar to "Zoom Mode" on a widescreen TV when playing a 4:3 video.

Link copied to clipboard

Pad the gaps between image and image frame with a blurred copy of the same image.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardImageDisplayOptions
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GoogleCloudDialogflowV2beta1IntentMessageBrowseCarouselCardImageDisplayOptions
Link copied to clipboard
Link copied to clipboard