Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class ChunkContent.
Chunk content.
Generated from protobuf message google.cloud.discoveryengine.v1.SearchResponse.Summary.Reference.ChunkContent
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ SearchResponse \ Summary \ ReferenceMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ content |
string
Chunk textual content. |
↳ page_identifier |
string
Page identifier. |
getContent
Chunk textual content.
Returns | |
---|---|
Type | Description |
string |
setContent
Chunk textual content.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageIdentifier
Page identifier.
Returns | |
---|---|
Type | Description |
string |
setPageIdentifier
Page identifier.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |