Class ImportPlaybookRequest (2.0.0)

ImportPlaybookRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for Playbooks.ImportPlaybook.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
parent str
Required. The agent to import the playbook into. Format: projects/.
playbook_uri str
[Dialogflow access control] (https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage). This field is a member of oneof_ playbook.
playbook_content bytes
Uncompressed raw byte content for playbook. This field is a member of oneof_ playbook.
import_strategy google.cloud.dialogflowcx_v3beta1.types.PlaybookImportStrategy
Optional. Specifies the import strategy used when resolving resource conflicts.