Google Cloud Dialogflow V2 Client - Class SummarizationContext (1.13.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SummarizationContext.

Summarization context that customer can configure.

Generated from protobuf message google.cloud.dialogflow.v2.SummarizationContext

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ summarization_sections array<Google\Cloud\Dialogflow\V2\SummarizationSection>

Optional. List of sections. Note it contains both predefined section sand customer defined sections.

↳ few_shot_examples array<Google\Cloud\Dialogflow\V2\FewShotExample>

Optional. List of few shot examples.

↳ version string

Optional. Version of the feature. If not set, default to latest version. Current candidates are ["1.0"].

↳ output_language_code string

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.

getSummarizationSections

Optional. List of sections. Note it contains both predefined section sand customer defined sections.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setSummarizationSections

Optional. List of sections. Note it contains both predefined section sand customer defined sections.

Parameter
Name Description
var array<Google\Cloud\Dialogflow\V2\SummarizationSection>
Returns
Type Description
$this

getFewShotExamples

Optional. List of few shot examples.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setFewShotExamples

Optional. List of few shot examples.

Parameter
Name Description
var array<Google\Cloud\Dialogflow\V2\FewShotExample>
Returns
Type Description
$this

getVersion

Optional. Version of the feature. If not set, default to latest version.

Current candidates are ["1.0"].

Returns
Type Description
string

setVersion

Optional. Version of the feature. If not set, default to latest version.

Current candidates are ["1.0"].

Parameter
Name Description
var string
Returns
Type Description
$this

getOutputLanguageCode

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.

Returns
Type Description
string

setOutputLanguageCode

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.

Parameter
Name Description
var string
Returns
Type Description
$this