Google Cloud Dialogflow v2 API - Class Generator (4.21.0)

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

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

LLM generator.

Inheritance

object > Generator

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

Generator()

public Generator()

Generator(Generator)

public Generator(Generator other)
Parameter
Name Description
other Generator

Properties

ContextCase

public Generator.ContextOneofCase ContextCase { get; }
Property Value
Type Description
GeneratorContextOneofCase

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Creation time of this generator.

Property Value
Type Description
Timestamp

Description

public string Description { get; set; }

Optional. Human readable description of the generator.

Property Value
Type Description
string

GeneratorName

public GeneratorName GeneratorName { get; set; }

GeneratorName-typed view over the Name resource name property.

Property Value
Type Description
GeneratorName

InferenceParameter

public InferenceParameter InferenceParameter { get; set; }

Optional. Inference parameters for this generator.

Property Value
Type Description
InferenceParameter

Name

public string Name { get; set; }

Output only. Identifier. The resource name of the generator. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>

Property Value
Type Description
string

SummarizationContext

public SummarizationContext SummarizationContext { get; set; }

Input of prebuilt Summarization feature.

Property Value
Type Description
SummarizationContext

TriggerEvent

public TriggerEvent TriggerEvent { get; set; }

Optional. The trigger event of the generator. It defines when the generator is triggered in a conversation.

Property Value
Type Description
TriggerEvent

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Update time of this generator.

Property Value
Type Description
Timestamp