prompts

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


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