Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class IngestedContextReferenceDebugInfo.
Debug information related to ingested context reference.
Generated from protobuf message google.cloud.dialogflow.v2.IngestedContextReferenceDebugInfo
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ project_not_allowlisted |
bool
Indicates if the project is allowlisted to use ingested context reference. |
↳ context_reference_retrieved |
bool
The status of context_reference retrieval from database. |
↳ ingested_parameters_debug_info |
array<IngestedContextReferenceDebugInfo\IngestedParameterDebugInfo>
Parameters ingested from the context reference. |
getProjectNotAllowlisted
Indicates if the project is allowlisted to use ingested context reference.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setProjectNotAllowlisted
Indicates if the project is allowlisted to use ingested context reference.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getContextReferenceRetrieved
The status of context_reference retrieval from database.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setContextReferenceRetrieved
The status of context_reference retrieval from database.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIngestedParametersDebugInfo
Parameters ingested from the context reference.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<IngestedContextReferenceDebugInfo\IngestedParameterDebugInfo> |
|
setIngestedParametersDebugInfo
Parameters ingested from the context reference.
| Parameter | |
|---|---|
| Name | Description |
var |
array<IngestedContextReferenceDebugInfo\IngestedParameterDebugInfo>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|