Class GoogleCloudDialogflowV2ReloadDocumentRequest
Inheritance
GoogleCloudDialogflowV2ReloadDocumentRequest
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2ReloadDocumentRequest : IDirectResponseSchema
Properties
ContentUri
Declaration
[JsonProperty("contentUri")]
public virtual string ContentUri { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("importGcsCustomMetadata")]
public virtual bool? ImportGcsCustomMetadata { get; set; }
Property Value
SmartMessagingPartialUpdate
Declaration
[JsonProperty("smartMessagingPartialUpdate")]
public virtual bool? SmartMessagingPartialUpdate { get; set; }
Property Value
Implements