Google Cloud Dialogflow v2 API - Class IngestedContextReferenceDebugInfo (4.29.0)

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

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

Debug information related to ingested context reference.

Inheritance

object > IngestedContextReferenceDebugInfo

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Constructors

IngestedContextReferenceDebugInfo()

public IngestedContextReferenceDebugInfo()

IngestedContextReferenceDebugInfo(IngestedContextReferenceDebugInfo)

public IngestedContextReferenceDebugInfo(IngestedContextReferenceDebugInfo other)
Parameter
Name Description
other IngestedContextReferenceDebugInfo

Properties

ContextReferenceRetrieved

public bool ContextReferenceRetrieved { get; set; }

The status of context_reference retrieval from database.

Property Value
Type Description
bool

IngestedParametersDebugInfo

public RepeatedField<IngestedContextReferenceDebugInfo.Types.IngestedParameterDebugInfo> IngestedParametersDebugInfo { get; }

Parameters ingested from the context reference.

Property Value
Type Description
RepeatedFieldIngestedContextReferenceDebugInfoTypesIngestedParameterDebugInfo

ProjectNotAllowlisted

public bool ProjectNotAllowlisted { get; set; }

Indicates if the project is allowlisted to use ingested context reference.

Property Value
Type Description
bool