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

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

The request message for Playbooks.ExportPlaybook.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_format

def data_format() -> ::Google::Cloud::Dialogflow::CX::V3::ExportPlaybookRequest::DataFormat
Returns

#data_format=

def data_format=(value) -> ::Google::Cloud::Dialogflow::CX::V3::ExportPlaybookRequest::DataFormat
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Required. The name of the playbook to export. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/playbooks/<PlaybookID>.

#name=

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

#playbook_uri

def playbook_uri() -> ::String
Returns
  • (::String) — Optional. The Google Cloud Storage URI to export the playbook to. The format of this URI must be gs://<bucket-name>/<object-name>. If left unspecified, the serialized playbook is returned inline.

    Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control.

#playbook_uri=

def playbook_uri=(value) -> ::String
Parameter
  • value (::String) — Optional. The Google Cloud Storage URI to export the playbook to. The format of this URI must be gs://<bucket-name>/<object-name>. If left unspecified, the serialized playbook is returned inline.

    Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control.

Returns
  • (::String) — Optional. The Google Cloud Storage URI to export the playbook to. The format of this URI must be gs://<bucket-name>/<object-name>. If left unspecified, the serialized playbook is returned inline.

    Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control.