Class GoogleCloudDialogflowCxV3ImportFlowRequest
The request message for Flows.ImportFlow.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3ImportFlowRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FlowContent
Uncompressed raw byte content for flow.
Declaration
[JsonProperty("flowContent")]
public virtual string FlowContent { get; set; }
Property Value
Type | Description |
---|---|
string |
FlowImportStrategy
Optional. Specifies the import strategy used when resolving resource conflicts.
Declaration
[JsonProperty("flowImportStrategy")]
public virtual GoogleCloudDialogflowCxV3FlowImportStrategy FlowImportStrategy { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDialogflowCxV3FlowImportStrategy |
FlowUri
The Google Cloud Storage URI to import flow from. The format of
this URI must be gs:///
. Dialogflow performs a read operation for the Cloud Storage object on the caller's
behalf, so your request authentication must have read 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 |
ImportOption
Flow import mode. If not specified, KEEP
is assumed.
Declaration
[JsonProperty("importOption")]
public virtual string ImportOption { get; set; }
Property Value
Type | Description |
---|---|
string |