Environment Args
data class EnvironmentArgs(val agentVersion: Output<String>? = null, val description: Output<String>? = null, val environmentId: Output<String>? = null, val fulfillment: Output<GoogleCloudDialogflowV2beta1FulfillmentArgs>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val textToSpeechSettings: Output<GoogleCloudDialogflowV2beta1TextToSpeechSettingsArgs>? = null) : ConvertibleToJava<EnvironmentArgs>
Creates an agent environment. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
constructor(agentVersion: Output<String>? = null, description: Output<String>? = null, environmentId: Output<String>? = null, fulfillment: Output<GoogleCloudDialogflowV2beta1FulfillmentArgs>? = null, location: Output<String>? = null, project: Output<String>? = null, textToSpeechSettings: Output<GoogleCloudDialogflowV2beta1TextToSpeechSettingsArgs>? = null)
Properties
Link copied to clipboard
Optional. The agent version loaded into this environment. Supported formats: - projects//agent/versions/
- projects//locations//agent/versions/
Link copied to clipboard
Optional. The developer-provided description for this environment. The maximum length is 500 characters. If exceeded, the request is rejected.
Link copied to clipboard
Required. The unique id of the new environment.
Link copied to clipboard
Optional. The fulfillment settings to use for this environment.
Link copied to clipboard
Optional. Text to speech settings for this environment.