Uses of Interface
com.google.cloud.dialogflow.v2beta1.ContextOrBuilder
-
Packages that use ContextOrBuilder Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of ContextOrBuilder in com.google.cloud.dialogflow.v2beta1
Classes in com.google.cloud.dialogflow.v2beta1 that implement ContextOrBuilder Modifier and Type Class Description class
Context
Dialogflow contexts are similar to natural language context.static class
Context.Builder
Dialogflow contexts are similar to natural language context.Methods in com.google.cloud.dialogflow.v2beta1 that return ContextOrBuilder Modifier and Type Method Description ContextOrBuilder
CreateContextRequest.Builder. getContextOrBuilder()
Required.ContextOrBuilder
CreateContextRequest. getContextOrBuilder()
Required.ContextOrBuilder
CreateContextRequestOrBuilder. getContextOrBuilder()
Required.ContextOrBuilder
UpdateContextRequest.Builder. getContextOrBuilder()
Required.ContextOrBuilder
UpdateContextRequest. getContextOrBuilder()
Required.ContextOrBuilder
UpdateContextRequestOrBuilder. getContextOrBuilder()
Required.ContextOrBuilder
ListContextsResponse.Builder. getContextsOrBuilder(int index)
The list of contexts.ContextOrBuilder
ListContextsResponse. getContextsOrBuilder(int index)
The list of contexts.ContextOrBuilder
ListContextsResponseOrBuilder. getContextsOrBuilder(int index)
The list of contexts.ContextOrBuilder
QueryParameters.Builder. getContextsOrBuilder(int index)
The collection of contexts to be activated before this query is executed.ContextOrBuilder
QueryParameters. getContextsOrBuilder(int index)
The collection of contexts to be activated before this query is executed.ContextOrBuilder
QueryParametersOrBuilder. getContextsOrBuilder(int index)
The collection of contexts to be activated before this query is executed.ContextOrBuilder
Intent.Builder. getOutputContextsOrBuilder(int index)
Optional.ContextOrBuilder
Intent. getOutputContextsOrBuilder(int index)
Optional.ContextOrBuilder
IntentOrBuilder. getOutputContextsOrBuilder(int index)
Optional.ContextOrBuilder
QueryResult.Builder. getOutputContextsOrBuilder(int index)
The collection of output contexts.ContextOrBuilder
QueryResult. getOutputContextsOrBuilder(int index)
The collection of output contexts.ContextOrBuilder
QueryResultOrBuilder. getOutputContextsOrBuilder(int index)
The collection of output contexts.ContextOrBuilder
WebhookResponse.Builder. getOutputContextsOrBuilder(int index)
Optional.ContextOrBuilder
WebhookResponse. getOutputContextsOrBuilder(int index)
Optional.ContextOrBuilder
WebhookResponseOrBuilder. getOutputContextsOrBuilder(int index)
Optional.Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type ContextOrBuilder Modifier and Type Method Description List<? extends ContextOrBuilder>
ListContextsResponse.Builder. getContextsOrBuilderList()
The list of contexts.List<? extends ContextOrBuilder>
ListContextsResponse. getContextsOrBuilderList()
The list of contexts.List<? extends ContextOrBuilder>
ListContextsResponseOrBuilder. getContextsOrBuilderList()
The list of contexts.List<? extends ContextOrBuilder>
QueryParameters.Builder. getContextsOrBuilderList()
The collection of contexts to be activated before this query is executed.List<? extends ContextOrBuilder>
QueryParameters. getContextsOrBuilderList()
The collection of contexts to be activated before this query is executed.List<? extends ContextOrBuilder>
QueryParametersOrBuilder. getContextsOrBuilderList()
The collection of contexts to be activated before this query is executed.List<? extends ContextOrBuilder>
Intent.Builder. getOutputContextsOrBuilderList()
Optional.List<? extends ContextOrBuilder>
Intent. getOutputContextsOrBuilderList()
Optional.List<? extends ContextOrBuilder>
IntentOrBuilder. getOutputContextsOrBuilderList()
Optional.List<? extends ContextOrBuilder>
QueryResult.Builder. getOutputContextsOrBuilderList()
The collection of output contexts.List<? extends ContextOrBuilder>
QueryResult. getOutputContextsOrBuilderList()
The collection of output contexts.List<? extends ContextOrBuilder>
QueryResultOrBuilder. getOutputContextsOrBuilderList()
The collection of output contexts.List<? extends ContextOrBuilder>
WebhookResponse.Builder. getOutputContextsOrBuilderList()
Optional.List<? extends ContextOrBuilder>
WebhookResponse. getOutputContextsOrBuilderList()
Optional.List<? extends ContextOrBuilder>
WebhookResponseOrBuilder. getOutputContextsOrBuilderList()
Optional.
-