prompts

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


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