Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::CreatePlaybookVersionRequest.
The request message for Playbooks.CreatePlaybookVersion.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The playbook to create a version for.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The playbook to create a version for.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.
Returns
-
(::String) — Required. The playbook to create a version for.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.
#playbook_version
def playbook_version() -> ::Google::Cloud::Dialogflow::CX::V3::PlaybookVersion
Returns
- (::Google::Cloud::Dialogflow::CX::V3::PlaybookVersion) — Required. The playbook version to create.
#playbook_version=
def playbook_version=(value) -> ::Google::Cloud::Dialogflow::CX::V3::PlaybookVersion
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::PlaybookVersion) — Required. The playbook version to create.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::PlaybookVersion) — Required. The playbook version to create.