Class GoogleCloudDialogflowV2FewShotExample
Inheritance
GoogleCloudDialogflowV2FewShotExample
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2FewShotExample : IDirectResponseSchema
Properties
ConversationContext
Declaration
[JsonProperty("conversationContext")]
public virtual GoogleCloudDialogflowV2ConversationContext ConversationContext { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("extraInfo")]
public virtual IDictionary<string, string> ExtraInfo { get; set; }
Property Value
Output
Declaration
[JsonProperty("output")]
public virtual GoogleCloudDialogflowV2GeneratorSuggestion Output { get; set; }
Property Value
SummarizationSectionList
Declaration
[JsonProperty("summarizationSectionList")]
public virtual GoogleCloudDialogflowV2SummarizationSectionList SummarizationSectionList { get; set; }
Property Value
Implements