Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SearchKnowledgeBehavior.
Configured behaviors for SearchKnowledge.
Generated from protobuf message google.cloud.dialogflow.v2.SearchKnowledgeDebugInfo.SearchKnowledgeBehavior
Namespace
Google \ Cloud \ Dialogflow \ V2 \ SearchKnowledgeDebugInfoMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ answer_generation_rewriter_on |
bool
Whether data store agent rewriter was turned on for the request. |
↳ end_user_metadata_included |
bool
Whether end_user_metadata is included in the data store agent call. |
↳ third_party_connector_allowed |
bool
This field indicates whether third party connectors are enabled for the project. Note that this field only indicates if the project is allowlisted for connectors. |
getAnswerGenerationRewriterOn
Whether data store agent rewriter was turned on for the request.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setAnswerGenerationRewriterOn
Whether data store agent rewriter was turned on for the request.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEndUserMetadataIncluded
Whether end_user_metadata is included in the data store agent call.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setEndUserMetadataIncluded
Whether end_user_metadata is included in the data store agent call.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getThirdPartyConnectorAllowed
This field indicates whether third party connectors are enabled for the project. Note that this field only indicates if the project is allowlisted for connectors.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setThirdPartyConnectorAllowed
This field indicates whether third party connectors are enabled for the project. Note that this field only indicates if the project is allowlisted for connectors.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|