Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class IngestedParameterDebugInfo.
Debug information related to ingested parameters from context reference.
Generated from protobuf message google.cloud.dialogflow.v2.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo
Namespace
Google \ Cloud \ Dialogflow \ V2 \ IngestedContextReferenceDebugInfoMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parameter |
string
The name of the parameter in the context reference. |
↳ ingestion_status |
int
The ingestion status for this specific parameter. |
getParameter
The name of the parameter in the context reference.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParameter
The name of the parameter in the context reference.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIngestionStatus
The ingestion status for this specific parameter.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type IngestionStatus. |
setIngestionStatus
The ingestion status for this specific parameter.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type IngestionStatus. |
| Returns | |
|---|---|
| Type | Description |
$this |
|