Class InputConfig (2.30.0)

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

Represents the configuration of importing a set of conversation files in Google Cloud Storage.

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

Attribute

NameDescription
gcs_source google.cloud.dialogflow_v2.types.GcsSources
The Cloud Storage URI has the form gs:////agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file. This field is a member of oneof_ source.