Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class SnippetInfo.
Snippet information.
Generated from protobuf message google.cloud.discoveryengine.v1.Answer.Step.Action.Observation.SearchResult.SnippetInfo
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ Answer \ Step \ Action \ Observation \ SearchResultMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ snippet |
string
Snippet content. |
↳ snippet_status |
string
Status of the snippet defined by the search team. |
getSnippet
Snippet content.
Returns | |
---|---|
Type | Description |
string |
setSnippet
Snippet content.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSnippetStatus
Status of the snippet defined by the search team.
Returns | |
---|---|
Type | Description |
string |
setSnippetStatus
Status of the snippet defined by the search team.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |