Class GoogleCloudDialogflowCxV3beta1LlmCallRetrievedExample
Inheritance
GoogleCloudDialogflowCxV3beta1LlmCallRetrievedExample
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowCxV3beta1LlmCallRetrievedExample : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ExampleDisplayName
Declaration
[JsonProperty("exampleDisplayName")]
public virtual string ExampleDisplayName { get; set; }
Property Value
ExampleId
Declaration
[JsonProperty("exampleId")]
public virtual string ExampleId { get; set; }
Property Value
MatchedRetrievalLabel
Declaration
[JsonProperty("matchedRetrievalLabel")]
public virtual string MatchedRetrievalLabel { get; set; }
Property Value
RetrievalStrategy
Declaration
[JsonProperty("retrievalStrategy")]
public virtual string RetrievalStrategy { get; set; }
Property Value
Implements