Google Cloud Dialogflow v2 API - Class GcsSources (4.9.0)

public sealed class GcsSources : IMessage<GcsSources>, IEquatable<GcsSources>, IDeepCloneable<GcsSources>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GcsSources.

Google Cloud Storage location for the inputs.

Inheritance

object > GcsSources

Namespace

GoogleCloudGoogle.Cloud.DialogflowV2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

GcsSources()

public GcsSources()

GcsSources(GcsSources)

public GcsSources(GcsSources other)
Parameter
NameDescription
otherGcsSources

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
TypeDescription
RepeatedFieldstring