Google Cloud Dialogflow v2 API - Class IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo (4.29.0)

public sealed class IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo : IMessage<IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo>, IEquatable<IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo>, IDeepCloneable<IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2 API class IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo.

Debug information related to ingested parameters from context reference.

Inheritance

object > IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.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