public sealed class GetFlowRequest : IMessage<GetFlowRequest>, IEquatable<GetFlowRequest>, IDeepCloneable<GetFlowRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class GetFlowRequest.
The response message for [Flows.GetFlow][google.cloud.dialogflow.cx.v3.Flows.GetFlow].
Implements
IMessageGetFlowRequest, IEquatableGetFlowRequest, IDeepCloneableGetFlowRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
GetFlowRequest()
public GetFlowRequest()
GetFlowRequest(GetFlowRequest)
public GetFlowRequest(GetFlowRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetFlowRequest |
Properties
FlowName
public FlowName FlowName { get; set; }
Property Value | |
---|---|
Type | Description |
FlowName |
LanguageCode
public string LanguageCode { get; set; }
The language to retrieve the flow for. The following fields are language dependent:
Flow.event_handlers.trigger_fulfillment.messages
Flow.event_handlers.trigger_fulfillment.conditional_cases
Flow.transition_routes.trigger_fulfillment.messages
Flow.transition_routes.trigger_fulfillment.conditional_cases
If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Required. The name of the flow to get.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/flows/<Flow ID>
.
Property Value | |
---|---|
Type | Description |
string |