Google Cloud Dialogflow Cx V3beta1Fulfillment Set Parameter Action Args
data class GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs(val parameter: Output<String>? = null, val value: Output<Any>? = null) : ConvertibleToJava<GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs>
Setting a parameter value.
Constructors
Link copied to clipboard
fun GoogleCloudDialogflowCxV3beta1FulfillmentSetParameterActionArgs(parameter: Output<String>? = null, value: Output<Any>? = null)