prompts

@JvmName(name = "yoonggxfrcmcfype")
suspend fun prompts(value: Output<List<String>>)
@JvmName(name = "ouhgctnvgemvbsiu")
suspend fun prompts(value: List<String>?)

Parameters

value

Optional. The collection of prompts that the agent can present to the user in order to collect a value for the parameter.


@JvmName(name = "djxbuawsfsbdkuor")
suspend fun prompts(vararg values: Output<String>)


@JvmName(name = "unkledepjmynrkrr")
suspend fun prompts(values: List<Output<String>>)
@JvmName(name = "hccgnvxlohrfcfks")
suspend fun prompts(vararg values: String)

Parameters

values

Optional. The collection of prompts that the agent can present to the user in order to collect a value for the parameter.