Class GoogleCloudDialogflowCxV3beta1ExportFlowRequest
The request message for Flows.ExportFlow.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1ExportFlowRequest : 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? |