Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1Generator

LLM generator.

Inheritance
object
GoogleCloudDialogflowV2beta1Generator
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1Generator : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. Creation time of this generator.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

Description

Optional. Human readable description of the generator.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FreeFormContext

Input of free from generator to LLM.

Declaration
[JsonProperty("freeFormContext")]
public virtual GoogleCloudDialogflowV2beta1FreeFormContext FreeFormContext { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1FreeFormContext

InferenceParameter

Optional. Inference parameters for this generator.

Declaration
[JsonProperty("inferenceParameter")]
public virtual GoogleCloudDialogflowV2beta1InferenceParameter InferenceParameter { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1InferenceParameter

Name

Output only. Identifier. The resource name of the generator. Format: projects//locations//generators/

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

PublishedModel

Optional. The published Large Language Model name. * To use the latest model version, specify the model name without version number. Example: text-bison * To use a stable model version, specify the version number as well. Example: text-bison@002.

Declaration
[JsonProperty("publishedModel")]
public virtual string PublishedModel { get; set; }
Property Value
Type Description
string

SummarizationContext

Input of Summarization feature.

Declaration
[JsonProperty("summarizationContext")]
public virtual GoogleCloudDialogflowV2beta1SummarizationContext SummarizationContext { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1SummarizationContext

Tools

Optional. Resource names of the tools that the generator can choose from. Format: projects//locations//tools/.

Declaration
[JsonProperty("tools")]
public virtual IList<string> Tools { get; set; }
Property Value
Type Description
IList<string>

TriggerEvent

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

Declaration
[JsonProperty("triggerEvent")]
public virtual string TriggerEvent { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. Update time of this generator.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX