Class GoogleCloudDialogflowV2SummarizationContext
Summarization context that customer can configure.
Implements
Inherited Members
Namespace: Google.Apis.Dialogflow.v2.Data
Assembly: Google.Apis.Dialogflow.v2.dll
Syntax
public class GoogleCloudDialogflowV2SummarizationContext : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FewShotExamples
Optional. List of few shot examples.
Declaration
[JsonProperty("fewShotExamples")]
public virtual IList<GoogleCloudDialogflowV2FewShotExample> FewShotExamples { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2FewShotExample> |
OutputLanguageCode
Optional. The target language of the generated summary. The language code for conversation will be used if this field is empty. Supported 2.0 and later versions.
Declaration
[JsonProperty("outputLanguageCode")]
public virtual string OutputLanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
SummarizationSections
Optional. List of sections. Note it contains both predefined section sand customer defined sections.
Declaration
[JsonProperty("summarizationSections")]
public virtual IList<GoogleCloudDialogflowV2SummarizationSection> SummarizationSections { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDialogflowV2SummarizationSection> |
Version
Optional. Version of the feature. If not set, default to latest version. Current candidates are ["1.0"].
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |