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-
(::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) — The URI to a file containing the exported playbook. This field is
populated only if
playbook_uriis 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-
value (::String) — The URI to a file containing the exported playbook. This field is
populated only if
playbook_uriis 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.
-
(::String) — The URI to a file containing the exported playbook. This field is
populated only if
playbook_uriis 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.