View Source GoogleApi.Dialogflow.V3.Model.GoogleCloudDialogflowCxV3Version (google_api_dialogflow v0.88.3)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }