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
- (::Google::Cloud::Dialogflow::CX::V3::ImportPlaybookResponse::ConflictingResources) — Info which resources have conflicts when [REPORT_CONFLICTS][ImportPlaybookResponse.REPORT_CONFLICTS] import strategy is set for all resources in ImportPlaybookRequest.
#conflicting_resources=
def conflicting_resources=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ImportPlaybookResponse::ConflictingResources
Parameter
- value (::Google::Cloud::Dialogflow::CX::V3::ImportPlaybookResponse::ConflictingResources) — Info which resources have conflicts when [REPORT_CONFLICTS][ImportPlaybookResponse.REPORT_CONFLICTS] import strategy is set for all resources in ImportPlaybookRequest.
Returns
- (::Google::Cloud::Dialogflow::CX::V3::ImportPlaybookResponse::ConflictingResources) — Info which resources have conflicts when [REPORT_CONFLICTS][ImportPlaybookResponse.REPORT_CONFLICTS] import strategy is set for all resources in ImportPlaybookRequest.
#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>.