EnvironmentArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): EnvironmentArgs

Properties

Link copied to clipboard
val agentVersion: Output<String>? = null

Optional. The agent version loaded into this environment. Supported formats: - projects//agent/versions/ - projects//locations//agent/versions/

Link copied to clipboard
val description: Output<String>? = null

Optional. The developer-provided description for this environment. The maximum length is 500 characters. If exceeded, the request is rejected.

Link copied to clipboard
val environmentId: Output<String>? = null

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
val location: Output<String>? = null
Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard

Optional. Text to speech settings for this environment.