Uses of Class
com.google.cloud.dialogflow.cx.v3beta1.Intent
-
Packages that use Intent Package Description com.google.cloud.dialogflow.cx.v3beta1 A client to Dialogflow APIcom.google.cloud.dialogflow.cx.v3beta1.stub -
-
Uses of Intent in com.google.cloud.dialogflow.cx.v3beta1
Methods in com.google.cloud.dialogflow.cx.v3beta1 that return Intent Modifier and Type Method Description Intent
Intent.Builder. build()
Intent
Intent.Builder. buildPartial()
Intent
IntentsClient. createIntent(AgentName parent, Intent intent)
Creates an intent in the specified agent.Intent
IntentsClient. createIntent(CreateIntentRequest request)
Creates an intent in the specified agent.Intent
IntentsClient. createIntent(String parent, Intent intent)
Creates an intent in the specified agent.Intent
IntentsGrpc.IntentsBlockingStub. createIntent(CreateIntentRequest request)
Creates an intent in the specified agent.static Intent
Intent. getDefaultInstance()
Intent
Intent.Builder. getDefaultInstanceForType()
Intent
Intent. getDefaultInstanceForType()
Intent
CreateIntentRequest.Builder. getIntent()
Required.Intent
CreateIntentRequest. getIntent()
Required.Intent
CreateIntentRequestOrBuilder. getIntent()
Required.Intent
IntentsClient. getIntent(GetIntentRequest request)
Retrieves the specified intent.Intent
IntentsClient. getIntent(IntentName name)
Retrieves the specified intent.Intent
IntentsClient. getIntent(String name)
Retrieves the specified intent.Intent
IntentsGrpc.IntentsBlockingStub. getIntent(GetIntentRequest request)
Retrieves the specified intent.Intent
Match.Builder. getIntent()
The [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] that matched the query.Intent
Match. getIntent()
The [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] that matched the query.Intent
MatchOrBuilder. getIntent()
The [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] that matched the query.Intent
QueryResult.Builder. getIntent()
Deprecated.google.cloud.dialogflow.cx.v3beta1.QueryResult.intent is deprecated.Intent
QueryResult. getIntent()
Deprecated.google.cloud.dialogflow.cx.v3beta1.QueryResult.intent is deprecated.Intent
QueryResultOrBuilder. getIntent()
Deprecated.google.cloud.dialogflow.cx.v3beta1.QueryResult.intent is deprecated.Intent
UpdateIntentRequest.Builder. getIntent()
Required.Intent
UpdateIntentRequest. getIntent()
Required.Intent
UpdateIntentRequestOrBuilder. getIntent()
Required.Intent
ListIntentsResponse.Builder. getIntents(int index)
The list of intents.Intent
ListIntentsResponse. getIntents(int index)
The list of intents.Intent
ListIntentsResponseOrBuilder. getIntents(int index)
The list of intents.Intent
ConversationTurn.VirtualAgentOutput.Builder. getTriggeredIntent()
The [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] that triggered the response.Intent
ConversationTurn.VirtualAgentOutput. getTriggeredIntent()
The [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] that triggered the response.Intent
ConversationTurn.VirtualAgentOutputOrBuilder. getTriggeredIntent()
The [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] that triggered the response.static Intent
Intent. parseDelimitedFrom(InputStream input)
static Intent
Intent. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Intent
Intent. parseFrom(byte[] data)
static Intent
Intent. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Intent
Intent. parseFrom(com.google.protobuf.ByteString data)
static Intent
Intent. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Intent
Intent. parseFrom(com.google.protobuf.CodedInputStream input)
static Intent
Intent. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Intent
Intent. parseFrom(InputStream input)
static Intent
Intent. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Intent
Intent. parseFrom(ByteBuffer data)
static Intent
Intent. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Intent
IntentsClient. updateIntent(Intent intent, com.google.protobuf.FieldMask updateMask)
Updates the specified intent.Intent
IntentsClient. updateIntent(UpdateIntentRequest request)
Updates the specified intent.Intent
IntentsGrpc.IntentsBlockingStub. updateIntent(UpdateIntentRequest request)
Updates the specified intent.Methods in com.google.cloud.dialogflow.cx.v3beta1 that return types with arguments of type Intent Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Intent>
IntentsGrpc.IntentsFutureStub. createIntent(CreateIntentRequest request)
Creates an intent in the specified agent.com.google.api.gax.rpc.UnaryCallable<CreateIntentRequest,Intent>
IntentsClient. createIntentCallable()
Creates an intent in the specified agent.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateIntentRequest,Intent>
IntentsSettings.Builder. createIntentSettings()
Returns the builder for the settings used for calls to createIntent.com.google.api.gax.rpc.UnaryCallSettings<CreateIntentRequest,Intent>
IntentsSettings. createIntentSettings()
Returns the object with the settings used for calls to createIntent.static io.grpc.MethodDescriptor<CreateIntentRequest,Intent>
IntentsGrpc. getCreateIntentMethod()
static io.grpc.MethodDescriptor<GetIntentRequest,Intent>
IntentsGrpc. getGetIntentMethod()
com.google.common.util.concurrent.ListenableFuture<Intent>
IntentsGrpc.IntentsFutureStub. getIntent(GetIntentRequest request)
Retrieves the specified intent.com.google.api.gax.rpc.UnaryCallable<GetIntentRequest,Intent>
IntentsClient. getIntentCallable()
Retrieves the specified intent.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIntentRequest,Intent>
IntentsSettings.Builder. getIntentSettings()
Returns the builder for the settings used for calls to getIntent.com.google.api.gax.rpc.UnaryCallSettings<GetIntentRequest,Intent>
IntentsSettings. getIntentSettings()
Returns the object with the settings used for calls to getIntent.List<Intent>
ListIntentsResponse.Builder. getIntentsList()
The list of intents.List<Intent>
ListIntentsResponse. getIntentsList()
The list of intents.List<Intent>
ListIntentsResponseOrBuilder. getIntentsList()
The list of intents.com.google.protobuf.Parser<Intent>
Intent. getParserForType()
static io.grpc.MethodDescriptor<UpdateIntentRequest,Intent>
IntentsGrpc. getUpdateIntentMethod()
static com.google.protobuf.Parser<Intent>
Intent. parser()
com.google.common.util.concurrent.ListenableFuture<Intent>
IntentsGrpc.IntentsFutureStub. updateIntent(UpdateIntentRequest request)
Updates the specified intent.com.google.api.gax.rpc.UnaryCallable<UpdateIntentRequest,Intent>
IntentsClient. updateIntentCallable()
Updates the specified intent.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateIntentRequest,Intent>
IntentsSettings.Builder. updateIntentSettings()
Returns the builder for the settings used for calls to updateIntent.com.google.api.gax.rpc.UnaryCallSettings<UpdateIntentRequest,Intent>
IntentsSettings. updateIntentSettings()
Returns the object with the settings used for calls to updateIntent.Methods in com.google.cloud.dialogflow.cx.v3beta1 with parameters of type Intent Modifier and Type Method Description ListIntentsResponse.Builder
ListIntentsResponse.Builder. addIntents(int index, Intent value)
The list of intents.ListIntentsResponse.Builder
ListIntentsResponse.Builder. addIntents(Intent value)
The list of intents.Intent
IntentsClient. createIntent(AgentName parent, Intent intent)
Creates an intent in the specified agent.Intent
IntentsClient. createIntent(String parent, Intent intent)
Creates an intent in the specified agent.Intent.Builder
Intent.Builder. mergeFrom(Intent other)
CreateIntentRequest.Builder
CreateIntentRequest.Builder. mergeIntent(Intent value)
Required.Match.Builder
Match.Builder. mergeIntent(Intent value)
The [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] that matched the query.QueryResult.Builder
QueryResult.Builder. mergeIntent(Intent value)
Deprecated.UpdateIntentRequest.Builder
UpdateIntentRequest.Builder. mergeIntent(Intent value)
Required.ConversationTurn.VirtualAgentOutput.Builder
ConversationTurn.VirtualAgentOutput.Builder. mergeTriggeredIntent(Intent value)
The [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] that triggered the response.static Intent.Builder
Intent. newBuilder(Intent prototype)
CreateIntentRequest.Builder
CreateIntentRequest.Builder. setIntent(Intent value)
Required.Match.Builder
Match.Builder. setIntent(Intent value)
The [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] that matched the query.QueryResult.Builder
QueryResult.Builder. setIntent(Intent value)
Deprecated.UpdateIntentRequest.Builder
UpdateIntentRequest.Builder. setIntent(Intent value)
Required.ListIntentsResponse.Builder
ListIntentsResponse.Builder. setIntents(int index, Intent value)
The list of intents.ConversationTurn.VirtualAgentOutput.Builder
ConversationTurn.VirtualAgentOutput.Builder. setTriggeredIntent(Intent value)
The [Intent][google.cloud.dialogflow.cx.v3beta1.Intent] that triggered the response.Intent
IntentsClient. updateIntent(Intent intent, com.google.protobuf.FieldMask updateMask)
Updates the specified intent.Method parameters in com.google.cloud.dialogflow.cx.v3beta1 with type arguments of type Intent Modifier and Type Method Description ListIntentsResponse.Builder
ListIntentsResponse.Builder. addAllIntents(Iterable<? extends Intent> values)
The list of intents.static com.google.api.core.ApiFuture<IntentsClient.ListIntentsPagedResponse>
IntentsClient.ListIntentsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListIntentsRequest,ListIntentsResponse,Intent> context, com.google.api.core.ApiFuture<ListIntentsResponse> futureResponse)
default void
IntentsGrpc.AsyncService. createIntent(CreateIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)
Creates an intent in the specified agent.void
IntentsGrpc.IntentsStub. createIntent(CreateIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)
Creates an intent in the specified agent.protected IntentsClient.ListIntentsPage
IntentsClient.ListIntentsPage. createPage(com.google.api.gax.rpc.PageContext<ListIntentsRequest,ListIntentsResponse,Intent> context, ListIntentsResponse response)
com.google.api.core.ApiFuture<IntentsClient.ListIntentsPage>
IntentsClient.ListIntentsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListIntentsRequest,ListIntentsResponse,Intent> context, com.google.api.core.ApiFuture<ListIntentsResponse> futureResponse)
default void
IntentsGrpc.AsyncService. getIntent(GetIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)
Retrieves the specified intent.void
IntentsGrpc.IntentsStub. getIntent(GetIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)
Retrieves the specified intent.default void
IntentsGrpc.AsyncService. updateIntent(UpdateIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)
Updates the specified intent.void
IntentsGrpc.IntentsStub. updateIntent(UpdateIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)
Updates the specified intent. -
Uses of Intent in com.google.cloud.dialogflow.cx.v3beta1.stub
Methods in com.google.cloud.dialogflow.cx.v3beta1.stub that return types with arguments of type Intent Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateIntentRequest,Intent>
GrpcIntentsStub. createIntentCallable()
com.google.api.gax.rpc.UnaryCallable<CreateIntentRequest,Intent>
HttpJsonIntentsStub. createIntentCallable()
com.google.api.gax.rpc.UnaryCallable<CreateIntentRequest,Intent>
IntentsStub. createIntentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateIntentRequest,Intent>
IntentsStubSettings.Builder. createIntentSettings()
Returns the builder for the settings used for calls to createIntent.com.google.api.gax.rpc.UnaryCallSettings<CreateIntentRequest,Intent>
IntentsStubSettings. createIntentSettings()
Returns the object with the settings used for calls to createIntent.com.google.api.gax.rpc.UnaryCallable<GetIntentRequest,Intent>
GrpcIntentsStub. getIntentCallable()
com.google.api.gax.rpc.UnaryCallable<GetIntentRequest,Intent>
HttpJsonIntentsStub. getIntentCallable()
com.google.api.gax.rpc.UnaryCallable<GetIntentRequest,Intent>
IntentsStub. getIntentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIntentRequest,Intent>
IntentsStubSettings.Builder. getIntentSettings()
Returns the builder for the settings used for calls to getIntent.com.google.api.gax.rpc.UnaryCallSettings<GetIntentRequest,Intent>
IntentsStubSettings. getIntentSettings()
Returns the object with the settings used for calls to getIntent.com.google.api.gax.rpc.UnaryCallable<UpdateIntentRequest,Intent>
GrpcIntentsStub. updateIntentCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateIntentRequest,Intent>
HttpJsonIntentsStub. updateIntentCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateIntentRequest,Intent>
IntentsStub. updateIntentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateIntentRequest,Intent>
IntentsStubSettings.Builder. updateIntentSettings()
Returns the builder for the settings used for calls to updateIntent.com.google.api.gax.rpc.UnaryCallSettings<UpdateIntentRequest,Intent>
IntentsStubSettings. updateIntentSettings()
Returns the object with the settings used for calls to updateIntent.
-