GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Version (google_api_dialogflow v0.73.0) View Source
Represents a version of a flow.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. Create time of the version. -
description(type:String.t, default:nil) - The description of the version. The maximum length is 500 characters. If exceeded, the request is rejected. -
displayName(type:String.t, default:nil) - Required. The human-readable name of the version. Limit of 64 characters. -
name(type:String.t, default:nil) - Format: projects//locations//agents//flows//versions/. Version ID is a self-increasing number generated by Dialogflow upon version creation. -
nluSettings(type:GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3NluSettings.t, default:nil) - Output only. The NLU settings of the flow at version creation. -
state(type:String.t, default:nil) - Output only. The state of this version. This field is read-only and 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
Specs
t() :: %GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Version{
createTime: DateTime.t() | nil,
description: String.t() | nil,
displayName: String.t() | nil,
name: String.t() | nil,
nluSettings:
GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3NluSettings.t() | nil,
state: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.