public interface IngestContextReferencesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsIngestedContextReferences(String key)
public abstract boolean containsIngestedContextReferences(String key)
All context references ingested.
map<string, .google.cloud.dialogflow.v2.Conversation.ContextReference> ingested_context_references = 1;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getIngestedContextReferences() (deprecated)
public abstract Map<String,Conversation.ContextReference> getIngestedContextReferences()
Use #getIngestedContextReferencesMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,ContextReference> |
getIngestedContextReferencesCount()
public abstract int getIngestedContextReferencesCount()
All context references ingested.
map<string, .google.cloud.dialogflow.v2.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.v2.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.v2.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.v2.Conversation.ContextReference> ingested_context_references = 1;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
Conversation.ContextReference |