public sealed class GetFlowRequest : IMessage<GetFlowRequest>, IEquatable<GetFlowRequest>, IDeepCloneable<GetFlowRequest>, IBufferMessage, IMessageThe response message for [Flows.GetFlow][google.cloud.dialogflow.cx.v3.Flows.GetFlow].
Inheritance
System.Object > GetFlowRequestImplements
Google.Protobuf.IMessage<GetFlowRequest>, System.IEquatable<GetFlowRequest>, Google.Protobuf.IDeepCloneable<GetFlowRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.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.transition_routes.trigger_fulfillment.messages
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 | 
| System.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 | 
| System.String | |