Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SummarySuggestion.
Suggested summary of the conversation.
Generated from protobuf message google.cloud.dialogflow.v2.SummarySuggestion
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ summary_sections |
array<Google\Cloud\Dialogflow\V2\SummarySuggestion\SummarySection>
Required. All the parts of generated summary. |
getSummarySections
Required. All the parts of generated summary.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSummarySections
Required. All the parts of generated summary.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dialogflow\V2\SummarySuggestion\SummarySection>
|
Returns | |
---|---|
Type | Description |
$this |