Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SummarizationSection.
Represents the section of summarization.
Generated from protobuf message google.cloud.dialogflow.v2.SummarizationSection
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key |
string
Optional. Name of the section, for example, "situation". |
↳ definition |
string
Optional. Definition of the section, for example, "what the customer needs help with or has question about." |
↳ type |
int
Optional. Type of the summarization section. |
getKey
Optional. Name of the section, for example, "situation".
Returns | |
---|---|
Type | Description |
string |
setKey
Optional. Name of the section, for example, "situation".
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDefinition
Optional. Definition of the section, for example, "what the customer needs help with or has question about."
Returns | |
---|---|
Type | Description |
string |
setDefinition
Optional. Definition of the section, for example, "what the customer needs help with or has question about."
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getType
Optional. Type of the summarization section.
Returns | |
---|---|
Type | Description |
int |
setType
Optional. Type of the summarization section.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |