Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::Version.
Represents a version of a flow.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Create time of the version.
#description
def description() -> ::String
Returns
- (::String) — The description of the version. The maximum length is 500 characters. If exceeded, the request is rejected.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — The description of the version. The maximum length is 500 characters. If exceeded, the request is rejected.
Returns
- (::String) — The description of the version. The maximum length is 500 characters. If exceeded, the request is rejected.
#display_name
def display_name() -> ::String
Returns
- (::String) — Required. The human-readable name of the version. Limit of 64 characters.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Required. The human-readable name of the version. Limit of 64 characters.
Returns
- (::String) — Required. The human-readable name of the version. Limit of 64 characters.
#name
def name() -> ::String
Returns
- (::String) — Format: projects/
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Format: projects/
Returns
- (::String) — Format: projects/
#nlu_settings
def nlu_settings() -> ::Google::Cloud::Dialogflow::CX::V3::NluSettings
Returns
- (::Google::Cloud::Dialogflow::CX::V3::NluSettings) — Output only. The NLU settings of the flow at version creation.
#state
def state() -> ::Google::Cloud::Dialogflow::CX::V3::Version::State
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Version::State) — Output only. The state of this version. This field is read-only and cannot be set by create and update methods.