Interface KnowledgeAssistDebugInfoOrBuilder (4.100.0)

public interface KnowledgeAssistDebugInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCesDebugInfo()

public abstract Struct getCesDebugInfo()

Debug information from CES runtime API.

.google.protobuf.Struct ces_debug_info = 8;

Returns
Type Description
Struct

The cesDebugInfo.

getCesDebugInfoOrBuilder()

public abstract StructOrBuilder getCesDebugInfoOrBuilder()

Debug information from CES runtime API.

.google.protobuf.Struct ces_debug_info = 8;

Returns
Type Description
StructOrBuilder

getDatastoreResponseReason()

public abstract DatastoreResponseReason getDatastoreResponseReason()

Response reason from datastore which indicates data serving status or answer quality degradation.

.google.cloud.dialogflow.v2beta1.DatastoreResponseReason datastore_response_reason = 3;

Returns
Type Description
DatastoreResponseReason

The datastoreResponseReason.

getDatastoreResponseReasonValue()

public abstract int getDatastoreResponseReasonValue()

Response reason from datastore which indicates data serving status or answer quality degradation.

.google.cloud.dialogflow.v2beta1.DatastoreResponseReason datastore_response_reason = 3;

Returns
Type Description
int

The enum numeric value on the wire for datastoreResponseReason.

getIngestedContextReferenceDebugInfo()

public abstract IngestedContextReferenceDebugInfo getIngestedContextReferenceDebugInfo()

Information about parameters ingested for search knowledge.

.google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo ingested_context_reference_debug_info = 5;

Returns
Type Description
IngestedContextReferenceDebugInfo

The ingestedContextReferenceDebugInfo.

getIngestedContextReferenceDebugInfoOrBuilder()

public abstract IngestedContextReferenceDebugInfoOrBuilder getIngestedContextReferenceDebugInfoOrBuilder()

Information about parameters ingested for search knowledge.

.google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo ingested_context_reference_debug_info = 5;

Returns
Type Description
IngestedContextReferenceDebugInfoOrBuilder

getKnowledgeAssistBehavior()

public abstract KnowledgeAssistDebugInfo.KnowledgeAssistBehavior getKnowledgeAssistBehavior()

Configured behaviors for Knowedge Assist.

.google.cloud.dialogflow.v2beta1.KnowledgeAssistDebugInfo.KnowledgeAssistBehavior knowledge_assist_behavior = 4;

Returns
Type Description
KnowledgeAssistDebugInfo.KnowledgeAssistBehavior

The knowledgeAssistBehavior.

getKnowledgeAssistBehaviorOrBuilder()

public abstract KnowledgeAssistDebugInfo.KnowledgeAssistBehaviorOrBuilder getKnowledgeAssistBehaviorOrBuilder()

Configured behaviors for Knowedge Assist.

.google.cloud.dialogflow.v2beta1.KnowledgeAssistDebugInfo.KnowledgeAssistBehavior knowledge_assist_behavior = 4;

Returns
Type Description
KnowledgeAssistDebugInfo.KnowledgeAssistBehaviorOrBuilder

getQueryCategorizationFailureReason()

public abstract KnowledgeAssistDebugInfo.QueryCategorizationFailureReason getQueryCategorizationFailureReason()

Reason for query categorization.

.google.cloud.dialogflow.v2beta1.KnowledgeAssistDebugInfo.QueryCategorizationFailureReason query_categorization_failure_reason = 2;

Returns
Type Description
KnowledgeAssistDebugInfo.QueryCategorizationFailureReason

The queryCategorizationFailureReason.

getQueryCategorizationFailureReasonValue()

public abstract int getQueryCategorizationFailureReasonValue()

Reason for query categorization.

.google.cloud.dialogflow.v2beta1.KnowledgeAssistDebugInfo.QueryCategorizationFailureReason query_categorization_failure_reason = 2;

Returns
Type Description
int

The enum numeric value on the wire for queryCategorizationFailureReason.

getQueryGenerationDebugInfo()

public abstract KnowledgeAssistDebugInfo.QueryGenerationDebugInfo getQueryGenerationDebugInfo()

Token usage metadata for query generation.

.google.cloud.dialogflow.v2beta1.KnowledgeAssistDebugInfo.QueryGenerationDebugInfo query_generation_debug_info = 7;

Returns
Type Description
KnowledgeAssistDebugInfo.QueryGenerationDebugInfo

The queryGenerationDebugInfo.

getQueryGenerationDebugInfoOrBuilder()

public abstract KnowledgeAssistDebugInfo.QueryGenerationDebugInfoOrBuilder getQueryGenerationDebugInfoOrBuilder()

Token usage metadata for query generation.

.google.cloud.dialogflow.v2beta1.KnowledgeAssistDebugInfo.QueryGenerationDebugInfo query_generation_debug_info = 7;

Returns
Type Description
KnowledgeAssistDebugInfo.QueryGenerationDebugInfoOrBuilder

getQueryGenerationFailureReason()

public abstract KnowledgeAssistDebugInfo.QueryGenerationFailureReason getQueryGenerationFailureReason()

Reason for query generation.

.google.cloud.dialogflow.v2beta1.KnowledgeAssistDebugInfo.QueryGenerationFailureReason query_generation_failure_reason = 1;

Returns
Type Description
KnowledgeAssistDebugInfo.QueryGenerationFailureReason

The queryGenerationFailureReason.

getQueryGenerationFailureReasonValue()

public abstract int getQueryGenerationFailureReasonValue()

Reason for query generation.

.google.cloud.dialogflow.v2beta1.KnowledgeAssistDebugInfo.QueryGenerationFailureReason query_generation_failure_reason = 1;

Returns
Type Description
int

The enum numeric value on the wire for queryGenerationFailureReason.

getServiceLatency()

public abstract ServiceLatency getServiceLatency()

The latency of the service.

.google.cloud.dialogflow.v2beta1.ServiceLatency service_latency = 6;

Returns
Type Description
ServiceLatency

The serviceLatency.

getServiceLatencyOrBuilder()

public abstract ServiceLatencyOrBuilder getServiceLatencyOrBuilder()

The latency of the service.

.google.cloud.dialogflow.v2beta1.ServiceLatency service_latency = 6;

Returns
Type Description
ServiceLatencyOrBuilder

hasCesDebugInfo()

public abstract boolean hasCesDebugInfo()

Debug information from CES runtime API.

.google.protobuf.Struct ces_debug_info = 8;

Returns
Type Description
boolean

Whether the cesDebugInfo field is set.

hasIngestedContextReferenceDebugInfo()

public abstract boolean hasIngestedContextReferenceDebugInfo()

Information about parameters ingested for search knowledge.

.google.cloud.dialogflow.v2beta1.IngestedContextReferenceDebugInfo ingested_context_reference_debug_info = 5;

Returns
Type Description
boolean

Whether the ingestedContextReferenceDebugInfo field is set.

hasKnowledgeAssistBehavior()

public abstract boolean hasKnowledgeAssistBehavior()

Configured behaviors for Knowedge Assist.

.google.cloud.dialogflow.v2beta1.KnowledgeAssistDebugInfo.KnowledgeAssistBehavior knowledge_assist_behavior = 4;

Returns
Type Description
boolean

Whether the knowledgeAssistBehavior field is set.

hasQueryGenerationDebugInfo()

public abstract boolean hasQueryGenerationDebugInfo()

Token usage metadata for query generation.

.google.cloud.dialogflow.v2beta1.KnowledgeAssistDebugInfo.QueryGenerationDebugInfo query_generation_debug_info = 7;

Returns
Type Description
boolean

Whether the queryGenerationDebugInfo field is set.

hasServiceLatency()

public abstract boolean hasServiceLatency()

The latency of the service.

.google.cloud.dialogflow.v2beta1.ServiceLatency service_latency = 6;

Returns
Type Description
boolean

Whether the serviceLatency field is set.