Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::PlaybookVersion.
Playbook version is a snapshot of the playbook at certain timestamp.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#description
def description() -> ::String
Returns
- (::String) — Optional. The description of the playbook version.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Optional. The description of the playbook version.
Returns
- (::String) — Optional. The description of the playbook version.
#examples
def examples() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::Example>
Returns
- (::Array<::Google::Cloud::Dialogflow::CX::V3::Example>) — Output only. Snapshot of the examples belonging to the playbook when the playbook version is created.
#name
def name() -> ::String
Returns
-
(::String) — The unique identifier of the playbook version.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/versions/<VersionID>.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — The unique identifier of the playbook version.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/versions/<VersionID>.
Returns
-
(::String) — The unique identifier of the playbook version.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>/versions/<VersionID>.
#playbook
def playbook() -> ::Google::Cloud::Dialogflow::CX::V3::Playbook
Returns
- (::Google::Cloud::Dialogflow::CX::V3::Playbook) — Output only. Snapshot of the playbook when the playbook version is created.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Last time the playbook version was created or modified.