Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2.stub |
Modifier and Type | Method and Description |
---|---|
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<AnalyzeContentRequest> |
AnalyzeContentRequest.getParserForType() |
static Parser<AnalyzeContentRequest> |
AnalyzeContentRequest.parser() |
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.
|
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.
|
AnalyzeContentResponse |
ParticipantsClient.analyzeContent(AnalyzeContentRequest request)
Adds a text (chat, for example), or audio (phone recording, for example) message from a
participant into the conversation.
|
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.
|
AnalyzeContentRequest.Builder |
AnalyzeContentRequest.Builder.mergeFrom(AnalyzeContentRequest other) |
static AnalyzeContentRequest.Builder |
AnalyzeContentRequest.newBuilder(AnalyzeContentRequest prototype) |
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.