prompts

@JvmName(name = "ontyhvgygfkbubnh")
suspend fun prompts(value: Output<List<String>>)
@JvmName(name = "dydqwoyfivungphe")
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 = "elxyejjprjxkleix")
suspend fun prompts(vararg values: Output<String>)


@JvmName(name = "siggsmowmmjfyiuy")
suspend fun prompts(values: List<Output<String>>)
@JvmName(name = "dpbxjyixhxvjjkvi")
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.