Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
BatchCreateMessagesResponse |
ConversationsGrpc.ConversationsBlockingStub.batchCreateMessages(BatchCreateMessagesRequest request)
Batch ingests messages to conversation.
|
BatchCreateMessagesResponse |
ConversationsClient.batchCreateMessages(BatchCreateMessagesRequest request)
Batch ingests messages to conversation.
|
BatchCreateMessagesResponse |
ConversationsClient.batchCreateMessages(ConversationName parent)
Batch ingests messages to conversation.
|
BatchCreateMessagesResponse |
ConversationsClient.batchCreateMessages(String parent)
Batch ingests messages to conversation.
|
BatchCreateMessagesResponse |
BatchCreateMessagesResponse.Builder.build() |
BatchCreateMessagesResponse |
BatchCreateMessagesResponse.Builder.buildPartial() |
static BatchCreateMessagesResponse |
BatchCreateMessagesResponse.getDefaultInstance() |
BatchCreateMessagesResponse |
BatchCreateMessagesResponse.getDefaultInstanceForType() |
BatchCreateMessagesResponse |
BatchCreateMessagesResponse.Builder.getDefaultInstanceForType() |
static BatchCreateMessagesResponse |
BatchCreateMessagesResponse.parseDelimitedFrom(InputStream input) |
static BatchCreateMessagesResponse |
BatchCreateMessagesResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static BatchCreateMessagesResponse |
BatchCreateMessagesResponse.parseFrom(byte[] data) |
static BatchCreateMessagesResponse |
BatchCreateMessagesResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static BatchCreateMessagesResponse |
BatchCreateMessagesResponse.parseFrom(ByteBuffer data) |
static BatchCreateMessagesResponse |
BatchCreateMessagesResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static BatchCreateMessagesResponse |
BatchCreateMessagesResponse.parseFrom(ByteString data) |
static BatchCreateMessagesResponse |
BatchCreateMessagesResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static BatchCreateMessagesResponse |
BatchCreateMessagesResponse.parseFrom(CodedInputStream input) |
static BatchCreateMessagesResponse |
BatchCreateMessagesResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static BatchCreateMessagesResponse |
BatchCreateMessagesResponse.parseFrom(InputStream input) |
static BatchCreateMessagesResponse |
BatchCreateMessagesResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<BatchCreateMessagesResponse> |
ConversationsGrpc.ConversationsFutureStub.batchCreateMessages(BatchCreateMessagesRequest request)
Batch ingests messages to conversation.
|
UnaryCallable<BatchCreateMessagesRequest,BatchCreateMessagesResponse> |
ConversationsClient.batchCreateMessagesCallable()
Batch ingests messages to conversation.
|
UnaryCallSettings<BatchCreateMessagesRequest,BatchCreateMessagesResponse> |
ConversationsSettings.batchCreateMessagesSettings()
Returns the object with the settings used for calls to batchCreateMessages.
|
UnaryCallSettings.Builder<BatchCreateMessagesRequest,BatchCreateMessagesResponse> |
ConversationsSettings.Builder.batchCreateMessagesSettings()
Returns the builder for the settings used for calls to batchCreateMessages.
|
static MethodDescriptor<BatchCreateMessagesRequest,BatchCreateMessagesResponse> |
ConversationsGrpc.getBatchCreateMessagesMethod() |
Parser<BatchCreateMessagesResponse> |
BatchCreateMessagesResponse.getParserForType() |
static Parser<BatchCreateMessagesResponse> |
BatchCreateMessagesResponse.parser() |
Modifier and Type | Method and Description |
---|---|
BatchCreateMessagesResponse.Builder |
BatchCreateMessagesResponse.Builder.mergeFrom(BatchCreateMessagesResponse other) |
static BatchCreateMessagesResponse.Builder |
BatchCreateMessagesResponse.newBuilder(BatchCreateMessagesResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
ConversationsGrpc.ConversationsImplBase.batchCreateMessages(BatchCreateMessagesRequest request,
StreamObserver<BatchCreateMessagesResponse> responseObserver)
Batch ingests messages to conversation.
|
void |
ConversationsGrpc.ConversationsStub.batchCreateMessages(BatchCreateMessagesRequest request,
StreamObserver<BatchCreateMessagesResponse> responseObserver)
Batch ingests messages to conversation.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<BatchCreateMessagesRequest,BatchCreateMessagesResponse> |
ConversationsStub.batchCreateMessagesCallable() |
UnaryCallable<BatchCreateMessagesRequest,BatchCreateMessagesResponse> |
HttpJsonConversationsStub.batchCreateMessagesCallable() |
UnaryCallable<BatchCreateMessagesRequest,BatchCreateMessagesResponse> |
GrpcConversationsStub.batchCreateMessagesCallable() |
UnaryCallSettings<BatchCreateMessagesRequest,BatchCreateMessagesResponse> |
ConversationsStubSettings.batchCreateMessagesSettings()
Returns the object with the settings used for calls to batchCreateMessages.
|
UnaryCallSettings.Builder<BatchCreateMessagesRequest,BatchCreateMessagesResponse> |
ConversationsStubSettings.Builder.batchCreateMessagesSettings()
Returns the builder for the settings used for calls to batchCreateMessages.
|
Copyright © 2022 Google LLC. All rights reserved.