Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
AnalyzeContentResponse |
ParticipantsGrpc.ParticipantsBlockingStub.analyzeContent(AnalyzeContentRequest request)
Adds a text (chat, for example), or audio (phone recording, for example)
message from a participant into the conversation.
|
AnalyzeContentResponse |
ParticipantsClient.analyzeContent(AnalyzeContentRequest request)
Adds a text (chat, for example), or audio (phone recording, for example) message from a
participant into the conversation.
|
AnalyzeContentResponse |
ParticipantsClient.analyzeContent(ParticipantName participant,
AudioInput audioInput)
Adds a text (chat, for example), or audio (phone recording, for example) message from a
participant into the conversation.
|
AnalyzeContentResponse |
ParticipantsClient.analyzeContent(ParticipantName participant,
EventInput eventInput)
Adds a text (chat, for example), or audio (phone recording, for example) message from a
participant into the conversation.
|
AnalyzeContentResponse |
ParticipantsClient.analyzeContent(ParticipantName participant,
TextInput textInput)
Adds a text (chat, for example), or audio (phone recording, for example) message from a
participant into the conversation.
|
AnalyzeContentResponse |
ParticipantsClient.analyzeContent(String participant,
AudioInput audioInput)
Adds a text (chat, for example), or audio (phone recording, for example) message from a
participant into the conversation.
|
AnalyzeContentResponse |
ParticipantsClient.analyzeContent(String participant,
EventInput eventInput)
Adds a text (chat, for example), or audio (phone recording, for example) message from a
participant into the conversation.
|
AnalyzeContentResponse |
ParticipantsClient.analyzeContent(String participant,
TextInput textInput)
Adds a text (chat, for example), or audio (phone recording, for example) message from a
participant into the conversation.
|
AnalyzeContentResponse |
AnalyzeContentResponse.Builder.build() |
AnalyzeContentResponse |
AnalyzeContentResponse.Builder.buildPartial() |
static AnalyzeContentResponse |
AnalyzeContentResponse.getDefaultInstance() |
AnalyzeContentResponse |
AnalyzeContentResponse.getDefaultInstanceForType() |
AnalyzeContentResponse |
AnalyzeContentResponse.Builder.getDefaultInstanceForType() |
static AnalyzeContentResponse |
AnalyzeContentResponse.parseDelimitedFrom(InputStream input) |
static AnalyzeContentResponse |
AnalyzeContentResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeContentResponse |
AnalyzeContentResponse.parseFrom(byte[] data) |
static AnalyzeContentResponse |
AnalyzeContentResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeContentResponse |
AnalyzeContentResponse.parseFrom(ByteBuffer data) |
static AnalyzeContentResponse |
AnalyzeContentResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeContentResponse |
AnalyzeContentResponse.parseFrom(ByteString data) |
static AnalyzeContentResponse |
AnalyzeContentResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeContentResponse |
AnalyzeContentResponse.parseFrom(CodedInputStream input) |
static AnalyzeContentResponse |
AnalyzeContentResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static AnalyzeContentResponse |
AnalyzeContentResponse.parseFrom(InputStream input) |
static AnalyzeContentResponse |
AnalyzeContentResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AnalyzeContentResponse> |
ParticipantsGrpc.ParticipantsFutureStub.analyzeContent(AnalyzeContentRequest request)
Adds a text (chat, for example), or audio (phone recording, for example)
message from a participant into the conversation.
|
UnaryCallable<AnalyzeContentRequest,AnalyzeContentResponse> |
ParticipantsClient.analyzeContentCallable()
Adds a text (chat, for example), or audio (phone recording, for example) message from a
participant into the conversation.
|
UnaryCallSettings<AnalyzeContentRequest,AnalyzeContentResponse> |
ParticipantsSettings.analyzeContentSettings()
Returns the object with the settings used for calls to analyzeContent.
|
UnaryCallSettings.Builder<AnalyzeContentRequest,AnalyzeContentResponse> |
ParticipantsSettings.Builder.analyzeContentSettings()
Returns the builder for the settings used for calls to analyzeContent.
|
static MethodDescriptor<AnalyzeContentRequest,AnalyzeContentResponse> |
ParticipantsGrpc.getAnalyzeContentMethod() |
Parser<AnalyzeContentResponse> |
AnalyzeContentResponse.getParserForType() |
static Parser<AnalyzeContentResponse> |
AnalyzeContentResponse.parser() |
Modifier and Type | Method and Description |
---|---|
AnalyzeContentResponse.Builder |
AnalyzeContentResponse.Builder.mergeFrom(AnalyzeContentResponse other) |
static AnalyzeContentResponse.Builder |
AnalyzeContentResponse.newBuilder(AnalyzeContentResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
ParticipantsGrpc.ParticipantsImplBase.analyzeContent(AnalyzeContentRequest request,
StreamObserver<AnalyzeContentResponse> responseObserver)
Adds a text (chat, for example), or audio (phone recording, for example)
message from a participant into the conversation.
|
void |
ParticipantsGrpc.ParticipantsStub.analyzeContent(AnalyzeContentRequest request,
StreamObserver<AnalyzeContentResponse> responseObserver)
Adds a text (chat, for example), or audio (phone recording, for example)
message from a participant into the conversation.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<AnalyzeContentRequest,AnalyzeContentResponse> |
ParticipantsStub.analyzeContentCallable() |
UnaryCallable<AnalyzeContentRequest,AnalyzeContentResponse> |
HttpJsonParticipantsStub.analyzeContentCallable() |
UnaryCallable<AnalyzeContentRequest,AnalyzeContentResponse> |
GrpcParticipantsStub.analyzeContentCallable() |
UnaryCallSettings<AnalyzeContentRequest,AnalyzeContentResponse> |
ParticipantsStubSettings.analyzeContentSettings()
Returns the object with the settings used for calls to analyzeContent.
|
UnaryCallSettings.Builder<AnalyzeContentRequest,AnalyzeContentResponse> |
ParticipantsStubSettings.Builder.analyzeContentSettings()
Returns the builder for the settings used for calls to analyzeContent.
|
Copyright © 2022 Google LLC. All rights reserved.