Environment Args
data class EnvironmentArgs(val agentVersion: Output<String>? = null, val description: Output<String>? = null, val environmentId: Output<String>? = null, val fulfillment: Output<GoogleCloudDialogflowV2FulfillmentArgs>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val textToSpeechSettings: Output<GoogleCloudDialogflowV2TextToSpeechSettingsArgs>? = null) : ConvertibleToJava<EnvironmentArgs>
Creates an agent environment. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun EnvironmentArgs(agentVersion: Output<String>? = null, description: Output<String>? = null, environmentId: Output<String>? = null, fulfillment: Output<GoogleCloudDialogflowV2FulfillmentArgs>? = null, location: Output<String>? = null, project: Output<String>? = null, textToSpeechSettings: Output<GoogleCloudDialogflowV2TextToSpeechSettingsArgs>? = null)