Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3Generator

Inheritance
object
GoogleCloudDialogflowCxV3Generator
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.v3.Data
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class GoogleCloudDialogflowCxV3Generator : IDirectResponseSchema

Properties

DisplayName

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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

LlmModelSettings

Declaration
[JsonProperty("llmModelSettings")]
public virtual GoogleCloudDialogflowCxV3LlmModelSettings LlmModelSettings { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3LlmModelSettings

ModelParameter

Declaration
[JsonProperty("modelParameter")]
public virtual GoogleCloudDialogflowCxV3GeneratorModelParameter ModelParameter { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3GeneratorModelParameter

Name

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

Placeholders

Declaration
[JsonProperty("placeholders")]
public virtual IList<GoogleCloudDialogflowCxV3GeneratorPlaceholder> Placeholders { get; set; }
Property Value
Type Description
IList<GoogleCloudDialogflowCxV3GeneratorPlaceholder>

PromptText

Declaration
[JsonProperty("promptText")]
public virtual GoogleCloudDialogflowCxV3Phrase PromptText { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3Phrase

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX