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

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

The response message for Playbooks.ExportPlaybook.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#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) — The URI to a file containing the exported playbook. This field is populated only if playbook_uri is specified in ExportPlaybookRequest.

    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) — The URI to a file containing the exported playbook. This field is populated only if playbook_uri is specified in ExportPlaybookRequest.

    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) — The URI to a file containing the exported playbook. This field is populated only if playbook_uri is specified in ExportPlaybookRequest.

    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.