Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class QueryClassificationInfo.
Query classification information.
Generated from protobuf message google.cloud.discoveryengine.v1.Answer.QueryUnderstandingInfo.QueryClassificationInfo
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ Answer \ QueryUnderstandingInfoMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ type |
int
Query classification type. |
↳ positive |
bool
Classification output. |
getType
Query classification type.
Returns | |
---|---|
Type | Description |
int |
setType
Query classification type.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPositive
Classification output.
Returns | |
---|---|
Type | Description |
bool |
setPositive
Classification output.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |