Class GoogleCloudDialogflowCxV3beta1LlmCallRetrievedExample
Relevant example used for the LLM prompt.
Implements
Inherited Members
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 |