Class GoogleCloudDialogflowV2beta1ImportDocumentsResponse
Response message for Documents.ImportDocuments.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowV2beta1ImportDocumentsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Warnings
Includes details about skipped documents or any other warnings.
Declaration
[JsonProperty("warnings")]
public virtual IList<GoogleRpcStatus> Warnings { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleRpcStatus> |