prompts

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


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