Class GoogleCloudDialogflowV2InputConfig
Represents the configuration of importing a set of conversation files in Google Cloud Storage.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2InputConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GcsSource
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.
Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudDialogflowV2GcsSources GcsSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowV2GcsSources |