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