Google Cloud Dialogflow V2Intent Message Carousel Select Item Response
data class GoogleCloudDialogflowV2IntentMessageCarouselSelectItemResponse(val description: String, val image: GoogleCloudDialogflowV2IntentMessageImageResponse, val info: GoogleCloudDialogflowV2IntentMessageSelectItemInfoResponse, val title: String)
An item in the carousel.
Constructors
Link copied to clipboard
constructor(description: String, image: GoogleCloudDialogflowV2IntentMessageImageResponse, info: GoogleCloudDialogflowV2IntentMessageSelectItemInfoResponse, title: String)