Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1FewShotExample

Providing examples in the generator (i.e. building a few-shot generator) helps convey the desired format of the LLM response.

Inheritance
object
GoogleCloudDialogflowV2beta1FewShotExample
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 GoogleCloudDialogflowV2beta1FewShotExample : IDirectResponseSchema

Properties

ConversationContext

Optional. Conversation transcripts.

Declaration
[JsonProperty("conversationContext")]
public virtual GoogleCloudDialogflowV2beta1ConversationContext ConversationContext { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1ConversationContext

ETag

The ETag of the item.

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

ExtraInfo

Optional. Key is the placeholder field name in input, value is the value of the placeholder. E.g. instruction contains "@price", and ingested data has <"price", "10">

Declaration
[JsonProperty("extraInfo")]
public virtual IDictionary<string, string> ExtraInfo { get; set; }
Property Value
Type Description
IDictionary<string, string>

Output

Required. Example output of the model.

Declaration
[JsonProperty("output")]
public virtual GoogleCloudDialogflowV2beta1GeneratorSuggestion Output { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1GeneratorSuggestion

SummarizationSectionList

Summarization sections.

Declaration
[JsonProperty("summarizationSectionList")]
public virtual GoogleCloudDialogflowV2beta1SummarizationSectionList SummarizationSectionList { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1SummarizationSectionList

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX