Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
com.google.cloud.dialogflow.v2beta1.stub |
Modifier and Type | Method and Description |
---|---|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.mergeFrom(StreamingAnalyzeContentResponse other) |
static StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.newBuilder(StreamingAnalyzeContentResponse prototype) |
Modifier and Type | Method and Description |
---|---|
StreamObserver<StreamingAnalyzeContentRequest> |
ParticipantsGrpc.ParticipantsImplBase.streamingAnalyzeContent(StreamObserver<StreamingAnalyzeContentResponse> responseObserver)
Adds a text (e.g., chat) or audio (e.g., phone recording) message from a
participant into the conversation.
|
StreamObserver<StreamingAnalyzeContentRequest> |
ParticipantsGrpc.ParticipantsStub.streamingAnalyzeContent(StreamObserver<StreamingAnalyzeContentResponse> responseObserver)
Adds a text (e.g., chat) or audio (e.g., phone recording) message from a
participant into the conversation.
|
Modifier and Type | Method and Description |
---|---|
BidiStreamingCallable<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse> |
ParticipantsStub.streamingAnalyzeContentCallable() |
BidiStreamingCallable<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse> |
GrpcParticipantsStub.streamingAnalyzeContentCallable() |
StreamingCallSettings<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse> |
ParticipantsStubSettings.streamingAnalyzeContentSettings()
Returns the object with the settings used for calls to streamingAnalyzeContent.
|
StreamingCallSettings.Builder<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse> |
ParticipantsStubSettings.Builder.streamingAnalyzeContentSettings()
Returns the builder for the settings used for calls to streamingAnalyzeContent.
|
Copyright © 2022 Google LLC. All rights reserved.