Interface IngestContextReferencesResponseOrBuilder (4.66.0)

public interface IngestContextReferencesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsIngestedContextReferences(String key)

public abstract boolean containsIngestedContextReferences(String key)

All context references ingested.

map<string, .google.cloud.dialogflow.v2beta1.Conversation.ContextReference> ingested_context_references = 1;

Parameter
Name Description
key String
Returns
Type Description
boolean

getIngestedContextReferences() (deprecated)

public abstract Map<String,Conversation.ContextReference> getIngestedContextReferences()
Returns
Type Description
Map<String,ContextReference>

getIngestedContextReferencesCount()

public abstract int getIngestedContextReferencesCount()

All context references ingested.

map<string, .google.cloud.dialogflow.v2beta1.Conversation.ContextReference> ingested_context_references = 1;

Returns
Type Description
int

getIngestedContextReferencesMap()

public abstract Map<String,Conversation.ContextReference> getIngestedContextReferencesMap()

All context references ingested.

map<string, .google.cloud.dialogflow.v2beta1.Conversation.ContextReference> ingested_context_references = 1;

Returns
Type Description
Map<String,ContextReference>

getIngestedContextReferencesOrDefault(String key, Conversation.ContextReference defaultValue)

public abstract Conversation.ContextReference getIngestedContextReferencesOrDefault(String key, Conversation.ContextReference defaultValue)

All context references ingested.

map<string, .google.cloud.dialogflow.v2beta1.Conversation.ContextReference> ingested_context_references = 1;

Parameters
Name Description
key String
defaultValue Conversation.ContextReference
Returns
Type Description
Conversation.ContextReference

getIngestedContextReferencesOrThrow(String key)

public abstract Conversation.ContextReference getIngestedContextReferencesOrThrow(String key)

All context references ingested.

map<string, .google.cloud.dialogflow.v2beta1.Conversation.ContextReference> ingested_context_references = 1;

Parameter
Name Description
key String
Returns
Type Description
Conversation.ContextReference