Uses of Class
com.google.cloud.dialogflow.v2.Intent
-
Packages that use Intent Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow APIcom.google.cloud.dialogflow.v2.stub -
-
Uses of Intent in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return Intent Modifier and Type Method Description IntentIntent.Builder. build()IntentIntent.Builder. buildPartial()IntentIntentsClient. createIntent(AgentName parent, Intent intent)Creates an intent in the specified agent.IntentIntentsClient. createIntent(AgentName parent, Intent intent, String languageCode)Creates an intent in the specified agent.IntentIntentsClient. createIntent(CreateIntentRequest request)Creates an intent in the specified agent.IntentIntentsClient. createIntent(String parent, Intent intent)Creates an intent in the specified agent.IntentIntentsClient. createIntent(String parent, Intent intent, String languageCode)Creates an intent in the specified agent.IntentIntentsGrpc.IntentsBlockingStub. createIntent(CreateIntentRequest request)Creates an intent in the specified agent.static IntentIntent. getDefaultInstance()IntentIntent.Builder. getDefaultInstanceForType()IntentIntent. getDefaultInstanceForType()IntentCreateIntentRequest.Builder. getIntent()Required.IntentCreateIntentRequest. getIntent()Required.IntentCreateIntentRequestOrBuilder. getIntent()Required.IntentIntentsClient. getIntent(GetIntentRequest request)Retrieves the specified intent.IntentIntentsClient. getIntent(IntentName name)Retrieves the specified intent.IntentIntentsClient. getIntent(IntentName name, String languageCode)Retrieves the specified intent.IntentIntentsClient. getIntent(String name)Retrieves the specified intent.IntentIntentsClient. getIntent(String name, String languageCode)Retrieves the specified intent.IntentIntentsGrpc.IntentsBlockingStub. getIntent(GetIntentRequest request)Retrieves the specified intent.IntentQueryResult.Builder. getIntent()The intent that matched the conversational query.IntentQueryResult. getIntent()The intent that matched the conversational query.IntentQueryResultOrBuilder. getIntent()The intent that matched the conversational query.IntentUpdateIntentRequest.Builder. getIntent()Required.IntentUpdateIntentRequest. getIntent()Required.IntentUpdateIntentRequestOrBuilder. getIntent()Required.IntentBatchDeleteIntentsRequest.Builder. getIntents(int index)Required.IntentBatchDeleteIntentsRequest. getIntents(int index)Required.IntentBatchDeleteIntentsRequestOrBuilder. getIntents(int index)Required.IntentBatchUpdateIntentsResponse.Builder. getIntents(int index)The collection of updated or created intents.IntentBatchUpdateIntentsResponse. getIntents(int index)The collection of updated or created intents.IntentBatchUpdateIntentsResponseOrBuilder. getIntents(int index)The collection of updated or created intents.IntentIntentBatch.Builder. getIntents(int index)A collection of intents.IntentIntentBatch. getIntents(int index)A collection of intents.IntentIntentBatchOrBuilder. getIntents(int index)A collection of intents.IntentListIntentsResponse.Builder. getIntents(int index)The list of agent intents.IntentListIntentsResponse. getIntents(int index)The list of agent intents.IntentListIntentsResponseOrBuilder. getIntents(int index)The list of agent intents.static IntentIntent. parseDelimitedFrom(InputStream input)static IntentIntent. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntentIntent. parseFrom(byte[] data)static IntentIntent. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntentIntent. parseFrom(com.google.protobuf.ByteString data)static IntentIntent. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntentIntent. parseFrom(com.google.protobuf.CodedInputStream input)static IntentIntent. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntentIntent. parseFrom(InputStream input)static IntentIntent. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static IntentIntent. parseFrom(ByteBuffer data)static IntentIntent. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)IntentIntentsClient. updateIntent(Intent intent, String languageCode)Updates the specified intent.IntentIntentsClient. updateIntent(Intent intent, String languageCode, com.google.protobuf.FieldMask updateMask)Updates the specified intent.IntentIntentsClient. updateIntent(UpdateIntentRequest request)Updates the specified intent.IntentIntentsGrpc.IntentsBlockingStub. updateIntent(UpdateIntentRequest request)Updates the specified intent.Methods in com.google.cloud.dialogflow.v2 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>BatchDeleteIntentsRequest.Builder. getIntentsList()Required.List<Intent>BatchDeleteIntentsRequest. getIntentsList()Required.List<Intent>BatchDeleteIntentsRequestOrBuilder. getIntentsList()Required.List<Intent>BatchUpdateIntentsResponse.Builder. getIntentsList()The collection of updated or created intents.List<Intent>BatchUpdateIntentsResponse. getIntentsList()The collection of updated or created intents.List<Intent>BatchUpdateIntentsResponseOrBuilder. getIntentsList()The collection of updated or created intents.List<Intent>IntentBatch.Builder. getIntentsList()A collection of intents.List<Intent>IntentBatch. getIntentsList()A collection of intents.List<Intent>IntentBatchOrBuilder. getIntentsList()A collection of intents.List<Intent>ListIntentsResponse.Builder. getIntentsList()The list of agent intents.List<Intent>ListIntentsResponse. getIntentsList()The list of agent intents.List<Intent>ListIntentsResponseOrBuilder. getIntentsList()The list of agent 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.v2 with parameters of type Intent Modifier and Type Method Description BatchDeleteIntentsRequest.BuilderBatchDeleteIntentsRequest.Builder. addIntents(int index, Intent value)Required.BatchDeleteIntentsRequest.BuilderBatchDeleteIntentsRequest.Builder. addIntents(Intent value)Required.BatchUpdateIntentsResponse.BuilderBatchUpdateIntentsResponse.Builder. addIntents(int index, Intent value)The collection of updated or created intents.BatchUpdateIntentsResponse.BuilderBatchUpdateIntentsResponse.Builder. addIntents(Intent value)The collection of updated or created intents.IntentBatch.BuilderIntentBatch.Builder. addIntents(int index, Intent value)A collection of intents.IntentBatch.BuilderIntentBatch.Builder. addIntents(Intent value)A collection of intents.ListIntentsResponse.BuilderListIntentsResponse.Builder. addIntents(int index, Intent value)The list of agent intents.ListIntentsResponse.BuilderListIntentsResponse.Builder. addIntents(Intent value)The list of agent intents.IntentIntentsClient. createIntent(AgentName parent, Intent intent)Creates an intent in the specified agent.IntentIntentsClient. createIntent(AgentName parent, Intent intent, String languageCode)Creates an intent in the specified agent.IntentIntentsClient. createIntent(String parent, Intent intent)Creates an intent in the specified agent.IntentIntentsClient. createIntent(String parent, Intent intent, String languageCode)Creates an intent in the specified agent.Intent.BuilderIntent.Builder. mergeFrom(Intent other)CreateIntentRequest.BuilderCreateIntentRequest.Builder. mergeIntent(Intent value)Required.QueryResult.BuilderQueryResult.Builder. mergeIntent(Intent value)The intent that matched the conversational query.UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. mergeIntent(Intent value)Required.static Intent.BuilderIntent. newBuilder(Intent prototype)CreateIntentRequest.BuilderCreateIntentRequest.Builder. setIntent(Intent value)Required.QueryResult.BuilderQueryResult.Builder. setIntent(Intent value)The intent that matched the conversational query.UpdateIntentRequest.BuilderUpdateIntentRequest.Builder. setIntent(Intent value)Required.BatchDeleteIntentsRequest.BuilderBatchDeleteIntentsRequest.Builder. setIntents(int index, Intent value)Required.BatchUpdateIntentsResponse.BuilderBatchUpdateIntentsResponse.Builder. setIntents(int index, Intent value)The collection of updated or created intents.IntentBatch.BuilderIntentBatch.Builder. setIntents(int index, Intent value)A collection of intents.ListIntentsResponse.BuilderListIntentsResponse.Builder. setIntents(int index, Intent value)The list of agent intents.IntentIntentsClient. updateIntent(Intent intent, String languageCode)Updates the specified intent.IntentIntentsClient. updateIntent(Intent intent, String languageCode, com.google.protobuf.FieldMask updateMask)Updates the specified intent.Method parameters in com.google.cloud.dialogflow.v2 with type arguments of type Intent Modifier and Type Method Description BatchDeleteIntentsRequest.BuilderBatchDeleteIntentsRequest.Builder. addAllIntents(Iterable<? extends Intent> values)Required.BatchUpdateIntentsResponse.BuilderBatchUpdateIntentsResponse.Builder. addAllIntents(Iterable<? extends Intent> values)The collection of updated or created intents.IntentBatch.BuilderIntentBatch.Builder. addAllIntents(Iterable<? extends Intent> values)A collection of intents.ListIntentsResponse.BuilderListIntentsResponse.Builder. addAllIntents(Iterable<? extends Intent> values)The list of agent intents.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,com.google.protobuf.Struct>IntentsClient. batchDeleteIntentsAsync(AgentName parent, List<Intent> intents)Deletes intents in the specified agent.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,com.google.protobuf.Struct>IntentsClient. batchDeleteIntentsAsync(String parent, List<Intent> intents)Deletes intents in the specified agent.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 voidIntentsGrpc.AsyncService. createIntent(CreateIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)Creates an intent in the specified agent.voidIntentsGrpc.IntentsStub. createIntent(CreateIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)Creates an intent in the specified agent.protected IntentsClient.ListIntentsPageIntentsClient.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 voidIntentsGrpc.AsyncService. getIntent(GetIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)Retrieves the specified intent.voidIntentsGrpc.IntentsStub. getIntent(GetIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)Retrieves the specified intent.default voidIntentsGrpc.AsyncService. updateIntent(UpdateIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)Updates the specified intent.voidIntentsGrpc.IntentsStub. updateIntent(UpdateIntentRequest request, io.grpc.stub.StreamObserver<Intent> responseObserver)Updates the specified intent. -
Uses of Intent in com.google.cloud.dialogflow.v2.stub
Methods in com.google.cloud.dialogflow.v2.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.
-