GetEnvironmentResult

data class GetEnvironmentResult(val agentVersion: String, val description: String, val fulfillment: GoogleCloudDialogflowV2beta1FulfillmentResponse, val name: String, val state: String, val textToSpeechSettings: GoogleCloudDialogflowV2beta1TextToSpeechSettingsResponse, val updateTime: String)

Constructors

Link copied to clipboard
fun GetEnvironmentResult(agentVersion: String, description: String, fulfillment: GoogleCloudDialogflowV2beta1FulfillmentResponse, name: String, state: String, textToSpeechSettings: GoogleCloudDialogflowV2beta1TextToSpeechSettingsResponse, updateTime: String)

Types

Link copied to clipboard
object Companion

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

The unique identifier of this agent environment. Supported formats: - projects//agent/environments/ - projects//locations//agent/environments/

Link copied to clipboard

The state of this environment. This field is read-only, i.e., it cannot be set by create and update methods.

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.