public sealed class InputConfig : IMessage<InputConfig>, IEquatable<InputConfig>, IDeepCloneable<InputConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class InputConfig.
Represents the configuration of importing a set of conversation files in Google Cloud Storage.
Implements
IMessageInputConfig, IEquatableInputConfig, IDeepCloneableInputConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
InputConfig()
public InputConfig()
InputConfig(InputConfig)
public InputConfig(InputConfig other)
Parameter | |
---|---|
Name | Description |
other | InputConfig |
Properties
GcsSource
public GcsSources GcsSource { get; set; }
The Cloud Storage URI has the form gs://<Google Cloud Storage bucket name>//agent*.json. Wildcards are allowed and will be expanded into all matched JSON files, which will be read as one conversation per file.
Property Value | |
---|---|
Type | Description |
GcsSources |
SourceCase
public InputConfig.SourceOneofCase SourceCase { get; }
Property Value | |
---|---|
Type | Description |
InputConfigSourceOneofCase |