public sealed class GcsSources : IMessage<GcsSources>, IEquatable<GcsSources>, IDeepCloneable<GcsSources>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class GcsSources.
Google Cloud Storage locations for the inputs.
Implements
IMessageGcsSources, IEquatableGcsSources, IDeepCloneableGcsSources, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
GcsSources()
public GcsSources()
GcsSources(GcsSources)
public GcsSources(GcsSources other)
Parameter | |
---|---|
Name | Description |
other |
GcsSources |
Properties
Uris
public RepeatedField<string> Uris { get; }
Required. Google Cloud Storage URIs for the inputs. A URI is of the
form:
gs://bucket/object-prefix-or-name
Whether a prefix or name is used depends on the use case.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |