text Responses
suspend fun textResponses(value: Output<List<GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs>>)
Parameters
value
The text responses from the agent for the turn.
suspend fun textResponses(vararg values: Output<GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs>)
suspend fun textResponses(values: List<Output<GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgs>>)
Parameters
values
The text responses from the agent for the turn.
suspend fun textResponses(argument: List<suspend GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgsBuilder.() -> Unit>)
suspend fun textResponses(vararg argument: suspend GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgsBuilder.() -> Unit)
suspend fun textResponses(argument: suspend GoogleCloudDialogflowCxV3beta1ResponseMessageTextArgsBuilder.() -> Unit)
Parameters
argument
The text responses from the agent for the turn.