Get Environment Result
data class GetEnvironmentResult(val agentVersion: String, val description: String, val fulfillment: GoogleCloudDialogflowV2FulfillmentResponse, val name: String, val state: String, val textToSpeechSettings: GoogleCloudDialogflowV2TextToSpeechSettingsResponse, val updateTime: String)
Constructors
Link copied to clipboard
constructor(agentVersion: String, description: String, fulfillment: GoogleCloudDialogflowV2FulfillmentResponse, name: String, state: String, textToSpeechSettings: GoogleCloudDialogflowV2TextToSpeechSettingsResponse, updateTime: String)
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
Optional. The fulfillment settings to use for this environment.
Link copied to clipboard
Optional. Text to speech settings for this environment.
Link copied to clipboard
The last update time of this environment. This field is read-only, i.e., it cannot be set by create and update methods.