Google Cloud Dialogflow v2 API - Class GetGeneratorRequest (4.21.0)

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

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetGeneratorRequest.

Request message of GetGenerator.

Inheritance

object > GetGeneratorRequest

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

GetGeneratorRequest()

public GetGeneratorRequest()

GetGeneratorRequest(GetGeneratorRequest)

public GetGeneratorRequest(GetGeneratorRequest other)
Parameter
Name Description
other GetGeneratorRequest

Properties

GeneratorName

public GeneratorName GeneratorName { get; set; }

GeneratorName-typed view over the Name resource name property.

Property Value
Type Description
GeneratorName

Name

public string Name { get; set; }

Required. The generator resource name to retrieve. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>`

Property Value
Type Description
string