Dialogflow v3 API - Class GetFlowRequest (2.17.0)

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].

Inheritance

object > GetFlowRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

GetFlowRequest()

public GetFlowRequest()

GetFlowRequest(GetFlowRequest)

public GetFlowRequest(GetFlowRequest other)
Parameter
NameDescription
otherGetFlowRequest

Properties

FlowName

public FlowName FlowName { get; set; }

FlowName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string