Class GoogleCloudDialogflowV2beta1FewShotExample
Inheritance
GoogleCloudDialogflowV2beta1FewShotExample
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1FewShotExample : IDirectResponseSchema
Properties
ConversationContext
Declaration
[JsonProperty("conversationContext")]
public virtual GoogleCloudDialogflowV2beta1ConversationContext 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 GoogleCloudDialogflowV2beta1GeneratorSuggestion Output { get; set; }
Property Value
SummarizationSectionList
Declaration
[JsonProperty("summarizationSectionList")]
public virtual GoogleCloudDialogflowV2beta1SummarizationSectionList SummarizationSectionList { get; set; }
Property Value
Implements