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

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
Returns

#import_strategy=

def import_strategy=(value) -> ::Google::Cloud::Dialogflow::CX::V3::PlaybookImportStrategy
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The agent to import the playbook into. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The agent to import the playbook into. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.
Returns
  • (::String) — Required. The agent to import the playbook into. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>.

#playbook_content

def playbook_content() -> ::String
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.