Show / Hide Table of Contents

Class GoogleCloudDialogflowV2InputConfig

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

Inheritance
object
GoogleCloudDialogflowV2InputConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX