Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1LlmCallRetrievedExample

Relevant example used for the LLM prompt.

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

Properties

ETag

The ETag of the item.

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

ExampleDisplayName

The display name of the example.

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

ExampleId

The id of the example.

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

MatchedRetrievalLabel

Optional. The matched retrieval label of this LLM call.

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

RetrievalStrategy

Retrieval strategy of the example.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX