suggestions
suspend fun suggestions(value: Output<List<GoogleCloudDialogflowV2beta1IntentMessageSuggestionArgs>>)
Parameters
value
The list of suggested replies.
suspend fun suggestions(vararg values: Output<GoogleCloudDialogflowV2beta1IntentMessageSuggestionArgs>)
suspend fun suggestions(values: List<Output<GoogleCloudDialogflowV2beta1IntentMessageSuggestionArgs>>)
Parameters
values
The list of suggested replies.
suspend fun suggestions(argument: List<suspend GoogleCloudDialogflowV2beta1IntentMessageSuggestionArgsBuilder.() -> Unit>)
suspend fun suggestions(vararg argument: suspend GoogleCloudDialogflowV2beta1IntentMessageSuggestionArgsBuilder.() -> Unit)
suspend fun suggestions(argument: suspend GoogleCloudDialogflowV2beta1IntentMessageSuggestionArgsBuilder.() -> Unit)
Parameters
argument
The list of suggested replies.