Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class Version.
Represents a version of a flow.
Generated from protobuf message google.cloud.dialogflow.cx.v3.Version
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Format: projects/
↳ display_name
string
Required. The human-readable name of the version. Limit of 64 characters.
↳ description
string
The description of the version. The maximum length is 500 characters. If exceeded, the request is rejected.
↳ nlu_settings
↳ create_time
↳ state
int
Output only. The state of this version. This field is read-only and cannot be set by create and update methods.
getName
Format: projects/
Version ID is a self-increasing number generated by Dialogflow upon version creation.
string
setName
Format: projects/
Version ID is a self-increasing number generated by Dialogflow upon version creation.
var
string
$this
getDisplayName
Required. The human-readable name of the version. Limit of 64 characters.
string
setDisplayName
Required. The human-readable name of the version. Limit of 64 characters.
var
string
$this
getDescription
The description of the version. The maximum length is 500 characters. If exceeded, the request is rejected.
string
setDescription
The description of the version. The maximum length is 500 characters. If exceeded, the request is rejected.
var
string
$this
getNluSettings
Output only. The NLU settings of the flow at version creation.
hasNluSettings
clearNluSettings
setNluSettings
Output only. The NLU settings of the flow at version creation.
$this
getCreateTime
Output only. Create time of the version.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Create time of the version.
$this
getState
Output only. The state of this version. This field is read-only and cannot be set by create and update methods.
int
setState
Output only. The state of this version. This field is read-only and cannot be set by create and update methods.
var
int
$this