Class GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponseSummary
Inheritance
GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponseSummary
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1GenerateStatelessSummaryResponseSummary : IDirectResponseSchema
Properties
BaselineModelVersion
Declaration
[JsonProperty("baselineModelVersion")]
public virtual string BaselineModelVersion { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Text
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
TextSections
Declaration
[JsonProperty("textSections")]
public virtual IDictionary<string, string> TextSections { get; set; }
Property Value
Implements