google_api_dialogflow v0.33.0 GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2Version View Source
Represents an agent version.
Attributes
createTime(type:DateTime.t, default:nil) - Output only. The creation time of this version. This field is read-only, i.e., it cannot be set by create and update methods.description(type:String.t, default:nil) - Optional. The developer-provided description of this version.name(type:String.t, default:nil) - Output only. The unique identifier of this agent version. Format:projects/<Project ID>/agent/versions/<Version ID>.status(type:String.t, default:nil) - Output only. The status of this version. This field is read-only and cannot be set by create and update methods.versionNumber(type:integer(), default:nil) - Output only. The sequential number of this version. This field is read-only which means 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.GoogleCloudDialogflowV2Version{
createTime: DateTime.t(),
description: String.t(),
name: String.t(),
status: String.t(),
versionNumber: integer()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.