Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3ExportFlowRequest

The request message for Flows.ExportFlow.

Inheritance
object
GoogleCloudDialogflowCxV3ExportFlowRequest
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.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ExportFlowRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FlowUri

Optional. The Google Cloud Storage URI to export the flow to. The format of this URI must be gs:///. If left unspecified, the serialized flow is returned inline. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see Dialogflow access control.

Declaration
[JsonProperty("flowUri")]
public virtual string FlowUri { get; set; }
Property Value
Type Description
string

IncludeReferencedFlows

Optional. Whether to export flows referenced by the specified flow.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX