Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class Summary.
Generated summary for a conversation.
Generated from protobuf message google.cloud.dialogflow.v2.GenerateStatelessSummaryResponse.Summary
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ text |
string
The summary content that is concatenated into one string. |
↳ text_sections |
array|Google\Protobuf\Internal\MapField
The summary content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value. |
getText
The summary content that is concatenated into one string.
Returns | |
---|---|
Type | Description |
string |
setText
The summary content that is concatenated into one string.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTextSections
The summary content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setTextSections
The summary content that is divided into sections. The key is the section's name and the value is the section's content. There is no specific format for the key or value.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |