Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1FewShotExample

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

Properties

ConversationContext

Declaration
[JsonProperty("conversationContext")]
public virtual GoogleCloudDialogflowV2beta1ConversationContext ConversationContext { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1ConversationContext

ETag

The ETag of the item.

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

ExtraInfo

Declaration
[JsonProperty("extraInfo")]
public virtual IDictionary<string, string> ExtraInfo { get; set; }
Property Value
Type Description
IDictionary<string, string>

Output

Declaration
[JsonProperty("output")]
public virtual GoogleCloudDialogflowV2beta1GeneratorSuggestion Output { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1GeneratorSuggestion

SummarizationSectionList

Declaration
[JsonProperty("summarizationSectionList")]
public virtual GoogleCloudDialogflowV2beta1SummarizationSectionList SummarizationSectionList { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1SummarizationSectionList

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX