public static interface IngestedContextReferenceDebugInfo.IngestedParameterDebugInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIngestionStatus()
public abstract IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.IngestionStatus getIngestionStatus()The ingestion status for this specific parameter.
.google.cloud.dialogflow.v2.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.IngestionStatus ingestion_status = 2;
| Returns | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.IngestionStatus |
The ingestionStatus. |
getIngestionStatusValue()
public abstract int getIngestionStatusValue()The ingestion status for this specific parameter.
.google.cloud.dialogflow.v2.IngestedContextReferenceDebugInfo.IngestedParameterDebugInfo.IngestionStatus ingestion_status = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for ingestionStatus. |
getParameter()
public abstract String getParameter()The name of the parameter in the context reference.
string parameter = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The parameter. |
getParameterBytes()
public abstract ByteString getParameterBytes()The name of the parameter in the context reference.
string parameter = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parameter. |