Dialogflow v3 API - Class ImportFlowResponse (2.21.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class ImportFlowResponse : IMessage<ImportFlowResponse>, IEquatable<ImportFlowResponse>, IDeepCloneable<ImportFlowResponse>, IBufferMessage, IMessageReference documentation and code samples for the Dialogflow v3 API class ImportFlowResponse.
The response message for [Flows.ImportFlow][google.cloud.dialogflow.cx.v3.Flows.ImportFlow].
Implements
IMessage ImportFlowResponse, IEquatable ImportFlowResponse, IDeepCloneable ImportFlowResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ImportFlowResponse()
public ImportFlowResponse()ImportFlowResponse(ImportFlowResponse)
public ImportFlowResponse(ImportFlowResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ImportFlowResponse |
Properties
Flow
public string Flow { get; set; }The unique identifier of the new flow.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>.
| Property Value | |
|---|---|
| Type | Description |
string |
|
FlowAsFlowName
public FlowName FlowAsFlowName { get; set; }| Property Value | |
|---|---|
| Type | Description |
FlowName |
|