Reference documentation and code samples for the Google Developer Knowledge V1 Client class AnswerQueryRequest.
Request message for DeveloperKnowledge.AnswerQuery.
Generated from protobuf message google.developers.knowledge.v1.AnswerQueryRequest
Namespace
Google \ Developers \ DeveloperKnowledge \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ query |
string
Required. The query to answer. |
getQuery
Required. The query to answer.
| Returns | |
|---|---|
| Type | Description |
string |
|
setQuery
Required. The query to answer.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|