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.SummarySuggestion.SummarySection
Namespace
Google \ Cloud \ Dialogflow \ V2 \ SummarySuggestionMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ section |
string
Required. Name of the section. |
↳ summary |
string
Required. Summary text for the section. |
getSection
Required. Name of the section.
Returns | |
---|---|
Type | Description |
string |
setSection
Required. Name of the section.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSummary
Required. Summary text for the section.
Returns | |
---|---|
Type | Description |
string |
setSummary
Required. Summary text for the section.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |