Class: Google::Cloud::Dialogflow::CX::V3::GetPlaybookRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::GetPlaybookRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/playbook.rb
Overview
The request message for Playbooks.GetPlaybook.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the playbook.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.
91 92 93 94 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/playbook.rb', line 91 class GetPlaybookRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |