Class GetFlowRequest (1.0.0)

public sealed class GetFlowRequest : IMessage<GetFlowRequest>, IEquatable<GetFlowRequest>, IDeepCloneable<GetFlowRequest>, IBufferMessage, IMessage

The response message for [Flows.GetFlow][google.cloud.dialogflow.cx.v3.Flows.GetFlow].

Inheritance

System.Object > GetFlowRequest

Implements

Google.Protobuf.IMessage<GetFlowRequest>, System.IEquatable<GetFlowRequest>, Google.Protobuf.IDeepCloneable<GetFlowRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Inherited Members

System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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; }

FlowName-typed view over the Name resource name property.

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/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/flows/&lt;Flow ID>.

Property Value
Type Description
System.String

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.