Google Cloud Discovery Engine V1 Client - Class QueryUnderstandingInfo (1.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class QueryUnderstandingInfo.
Query understanding information.
Generated from protobuf message google.cloud.discoveryengine.v1.Answer.QueryUnderstandingInfo
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ AnswerMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ query_classification_info |
array<QueryUnderstandingInfo\QueryClassificationInfo>
Query classification information. |
getQueryClassificationInfo
Query classification information.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setQueryClassificationInfo
Query classification information.
| Parameter | |
|---|---|
| Name | Description |
var |
array<QueryUnderstandingInfo\QueryClassificationInfo>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|