Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SummarySection.
A component of the generated summary.
Generated from protobuf message google.cloud.dialogflow.v2.SuggestConversationSummaryResponse.Summary.SummarySection
Namespace
Google \ Cloud \ Dialogflow \ V2 \ SuggestConversationSummaryResponse \ SummaryMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ section |
string
Output only. Name of the section. |
↳ summary |
string
Output only. Summary text for the section. |
getSection
Output only. Name of the section.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSection
Output only. Name of the section.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSummary
Output only. Summary text for the section.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSummary
Output only. Summary text for the section.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|