public sealed class IngestedContextReferenceDebugInfo : IMessage<IngestedContextReferenceDebugInfo>, IEquatable<IngestedContextReferenceDebugInfo>, IDeepCloneable<IngestedContextReferenceDebugInfo>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2 API class IngestedContextReferenceDebugInfo.
Debug information related to ingested context reference.
Implements
IMessageIngestedContextReferenceDebugInfo, IEquatableIngestedContextReferenceDebugInfo, IDeepCloneableIngestedContextReferenceDebugInfo, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
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 |
|