public sealed class IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo : IMessage<IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo>, IEquatable<IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo>, IDeepCloneable<IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo.
Debug information related to ingested parameters from context reference.
Implements
IMessageIngestedContextReferenceDebugInfoTypesIngestedParameterDebugInfo, IEquatableIngestedContextReferenceDebugInfoTypesIngestedParameterDebugInfo, IDeepCloneableIngestedContextReferenceDebugInfoTypesIngestedParameterDebugInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
Google.Cloud.Dialogflow.V2Beta1.dll
Constructors
IngestedParameterDebugInfo()
public IngestedParameterDebugInfo()IngestedParameterDebugInfo(IngestedParameterDebugInfo)
public IngestedParameterDebugInfo(IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
IngestedContextReferenceDebugInfoTypesIngestedParameterDebugInfo |
Properties
IngestionStatus
public IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo.Types.IngestionStatus IngestionStatus { get; set; }The ingestion status for this specific parameter.
| Property Value | |
|---|---|
| Type | Description |
IngestedContextReferenceDebugInfoTypesIngestedParameterDebugInfoTypesIngestionStatus |
|
Parameter
public string Parameter { get; set; }The name of the parameter in the context reference.
| Property Value | |
|---|---|
| Type | Description |
string |
|