Interface KnowledgeOperationMetadataOrBuilder (4.4.0)

public interface KnowledgeOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKnowledgeBase()

public abstract String getKnowledgeBase()

The name of the knowledge base interacted with during the operation.

string knowledge_base = 3;

Returns
TypeDescription
String

The knowledgeBase.

getKnowledgeBaseBytes()

public abstract ByteString getKnowledgeBaseBytes()

The name of the knowledge base interacted with during the operation.

string knowledge_base = 3;

Returns
TypeDescription
ByteString

The bytes for knowledgeBase.

getState()

public abstract KnowledgeOperationMetadata.State getState()

Required. Output only. The current state of this operation.

.google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
KnowledgeOperationMetadata.State

The state.

getStateValue()

public abstract int getStateValue()

Required. Output only. The current state of this operation.

.google.cloud.dialogflow.v2beta1.KnowledgeOperationMetadata.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for state.