Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::ImportPlaybookRequest.
The request message for Playbooks.ImportPlaybook.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#import_strategy
def import_strategy() -> ::Google::Cloud::Dialogflow::CX::V3::PlaybookImportStrategy- (::Google::Cloud::Dialogflow::CX::V3::PlaybookImportStrategy) — Optional. Specifies the import strategy used when resolving resource conflicts.
#import_strategy=
def import_strategy=(value) -> ::Google::Cloud::Dialogflow::CX::V3::PlaybookImportStrategy- value (::Google::Cloud::Dialogflow::CX::V3::PlaybookImportStrategy) — Optional. Specifies the import strategy used when resolving resource conflicts.
- (::Google::Cloud::Dialogflow::CX::V3::PlaybookImportStrategy) — Optional. Specifies the import strategy used when resolving resource conflicts.
#parent
def parent() -> ::String-
(::String) — Required. The agent to import the playbook into.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
#parent=
def parent=(value) -> ::String-
value (::String) — Required. The agent to import the playbook into.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
-
(::String) — Required. The agent to import the playbook into.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
#playbook_content
def playbook_content() -> ::String-
(::String) — Uncompressed raw byte content for playbook.
Note: The following fields are mutually exclusive:
playbook_content,playbook_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.
#playbook_content=
def playbook_content=(value) -> ::String-
value (::String) — Uncompressed raw byte content for playbook.
Note: The following fields are mutually exclusive:
playbook_content,playbook_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Uncompressed raw byte content for playbook.
Note: The following fields are mutually exclusive:
playbook_content,playbook_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.
#playbook_uri
def playbook_uri() -> ::String-
(::String) — Dialogflow access
control.
Note: The following fields are mutually exclusive:
playbook_uri,playbook_content. If a field in that set is populated, all other fields in the set will automatically be cleared.
#playbook_uri=
def playbook_uri=(value) -> ::String-
value (::String) — Dialogflow access
control.
Note: The following fields are mutually exclusive:
playbook_uri,playbook_content. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Dialogflow access
control.
Note: The following fields are mutually exclusive:
playbook_uri,playbook_content. If a field in that set is populated, all other fields in the set will automatically be cleared.