google_api_dialogflow v0.33.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2Environment View Source
Represents an agent environment.
Attributes
agentVersion(type:String.t, default:nil) - Optional. The agent version loaded into this environment. Format:projects/<Project ID>/agent/versions/<Version ID>.description(type:String.t, default:nil) - Optional. The developer-provided description for this environment. The maximum length is 500 characters. If exceeded, the request is rejected.name(type:String.t, default:nil) - Output only. The unique identifier of this agent environment. Format:projects/<Project ID>/agent/environments/<Environment ID>.state(type:String.t, default:nil) - Output only. The state of this environment. This field is read-only, i.e., it cannot be set by create and update methods.updateTime(type:DateTime.t, default:nil) - Output only. The last update time of this environment. This field is read-only, i.e., it cannot be set by create and update methods.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2Environment{
agentVersion: String.t(),
description: String.t(),
name: String.t(),
state: String.t(),
updateTime: DateTime.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.