public sealed class ImportFlowResponse : IMessage<ImportFlowResponse>, IEquatable<ImportFlowResponse>, IDeepCloneable<ImportFlowResponse>, IBufferMessage, IMessage
Reference 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
IMessageImportFlowResponse, IEquatableImportFlowResponse, IDeepCloneableImportFlowResponse, 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/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>
.
Property Value | |
---|---|
Type | Description |
string |
FlowAsFlowName
public FlowName FlowAsFlowName { get; set; }
Property Value | |
---|---|
Type | Description |
FlowName |