Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::ImportPlaybookResponse (v1.11.0)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ImportPlaybookResponse.

The response message for Playbooks.ImportPlaybook.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#conflicting_resources

def conflicting_resources() -> ::Google::Cloud::Dialogflow::CX::V3::ImportPlaybookResponse::ConflictingResources
Returns

#conflicting_resources=

def conflicting_resources=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ImportPlaybookResponse::ConflictingResources
Parameter
Returns

#playbook

def playbook() -> ::String
Returns
  • (::String) — The unique identifier of the new playbook. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.

#playbook=

def playbook=(value) -> ::String
Parameter
  • value (::String) — The unique identifier of the new playbook. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.
Returns
  • (::String) — The unique identifier of the new playbook. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.