Show / Hide Table of Contents

Class GoogleCloudDialogflowV2ExportDocumentRequest

Request message for Documents.ExportDocument.

Inheritance
object
GoogleCloudDialogflowV2ExportDocumentRequest
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 GoogleCloudDialogflowV2ExportDocumentRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExportFullContent

When enabled, export the full content of the document including empirical probability.

Declaration
[JsonProperty("exportFullContent")]
public virtual bool? ExportFullContent { get; set; }
Property Value
Type Description
bool?

GcsDestination

Cloud Storage file path to export the document.

Declaration
[JsonProperty("gcsDestination")]
public virtual GoogleCloudDialogflowV2GcsDestination GcsDestination { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2GcsDestination

SmartMessagingPartialUpdate

When enabled, export the smart messaging allowlist document for partial update.

Declaration
[JsonProperty("smartMessagingPartialUpdate")]
public virtual bool? SmartMessagingPartialUpdate { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX