GoogleCloudDialogflowV2IntentMessageQuickRepliesArgs

data class GoogleCloudDialogflowV2IntentMessageQuickRepliesArgs(val quickReplies: Output<List<String>>? = null, val title: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2IntentMessageQuickRepliesArgs>

The quick replies response message.

Constructors

constructor(quickReplies: Output<List<String>>? = null, title: Output<String>? = null)

Properties

Link copied to clipboard
val quickReplies: Output<List<String>>? = null

Optional. The collection of quick replies.

Link copied to clipboard
val title: Output<String>? = null

Optional. The title of the collection of quick replies.

Functions

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