StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.addAllEndUserSuggestionResults(Iterable<? extends SuggestionResult> values) |
The suggestions for end user.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.addAllHumanAgentSuggestionResults(Iterable<? extends SuggestionResult> values) |
The suggestions for most recent human agent.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.addEndUserSuggestionResults(int index,
SuggestionResult value) |
The suggestions for end user.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.addEndUserSuggestionResults(int index,
SuggestionResult.Builder builderForValue) |
The suggestions for end user.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.addEndUserSuggestionResults(SuggestionResult value) |
The suggestions for end user.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.addEndUserSuggestionResults(SuggestionResult.Builder builderForValue) |
The suggestions for end user.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.addHumanAgentSuggestionResults(int index,
SuggestionResult value) |
The suggestions for most recent human agent.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.addHumanAgentSuggestionResults(int index,
SuggestionResult.Builder builderForValue) |
The suggestions for most recent human agent.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.addHumanAgentSuggestionResults(SuggestionResult value) |
The suggestions for most recent human agent.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.addHumanAgentSuggestionResults(SuggestionResult.Builder builderForValue) |
The suggestions for most recent human agent.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.clear() |
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.clearAutomatedAgentReply() |
Only set if a Dialogflow automated agent has responded.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.clearDebuggingInfo() |
Debugging info that would get populated when
`StreamingAnalyzeContentRequest.enable_debugging_info` is set to true.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.clearDtmfParameters() |
Indicates the parameters of DTMF.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.clearEndUserSuggestionResults() |
The suggestions for end user.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.clearHumanAgentSuggestionResults() |
The suggestions for most recent human agent.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.clearMessage() |
Message analyzed by CCAI.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.clearRecognitionResult() |
The result of speech recognition.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.clearReplyAudio() |
The audio data bytes encoded as specified in the request.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.clearReplyText() |
The output text content.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.clone() |
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.mergeAutomatedAgentReply(AutomatedAgentReply value) |
Only set if a Dialogflow automated agent has responded.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.mergeDebuggingInfo(CloudConversationDebuggingInfo value) |
Debugging info that would get populated when
`StreamingAnalyzeContentRequest.enable_debugging_info` is set to true.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.mergeDtmfParameters(DtmfParameters value) |
Indicates the parameters of DTMF.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.mergeFrom(StreamingAnalyzeContentResponse other) |
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.mergeFrom(com.google.protobuf.Message other) |
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.mergeMessage(Message value) |
Message analyzed by CCAI.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.mergeRecognitionResult(StreamingRecognitionResult value) |
The result of speech recognition.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.mergeReplyAudio(OutputAudio value) |
The audio data bytes encoded as specified in the request.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.newBuilder() |
|
static StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.newBuilder(StreamingAnalyzeContentResponse prototype) |
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.newBuilderForType() |
|
protected StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.removeEndUserSuggestionResults(int index) |
The suggestions for end user.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.removeHumanAgentSuggestionResults(int index) |
The suggestions for most recent human agent.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setAutomatedAgentReply(AutomatedAgentReply value) |
Only set if a Dialogflow automated agent has responded.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setAutomatedAgentReply(AutomatedAgentReply.Builder builderForValue) |
Only set if a Dialogflow automated agent has responded.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setDebuggingInfo(CloudConversationDebuggingInfo value) |
Debugging info that would get populated when
`StreamingAnalyzeContentRequest.enable_debugging_info` is set to true.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setDebuggingInfo(CloudConversationDebuggingInfo.Builder builderForValue) |
Debugging info that would get populated when
`StreamingAnalyzeContentRequest.enable_debugging_info` is set to true.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setDtmfParameters(DtmfParameters value) |
Indicates the parameters of DTMF.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setDtmfParameters(DtmfParameters.Builder builderForValue) |
Indicates the parameters of DTMF.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setEndUserSuggestionResults(int index,
SuggestionResult value) |
The suggestions for end user.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setEndUserSuggestionResults(int index,
SuggestionResult.Builder builderForValue) |
The suggestions for end user.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setHumanAgentSuggestionResults(int index,
SuggestionResult value) |
The suggestions for most recent human agent.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setHumanAgentSuggestionResults(int index,
SuggestionResult.Builder builderForValue) |
The suggestions for most recent human agent.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setMessage(Message value) |
Message analyzed by CCAI.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setMessage(Message.Builder builderForValue) |
Message analyzed by CCAI.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setRecognitionResult(StreamingRecognitionResult value) |
The result of speech recognition.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setRecognitionResult(StreamingRecognitionResult.Builder builderForValue) |
The result of speech recognition.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setReplyAudio(OutputAudio value) |
The audio data bytes encoded as specified in the request.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setReplyAudio(OutputAudio.Builder builderForValue) |
The audio data bytes encoded as specified in the request.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setReplyText(String value) |
The output text content.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setReplyTextBytes(com.google.protobuf.ByteString value) |
The output text content.
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
StreamingAnalyzeContentResponse.Builder |
StreamingAnalyzeContentResponse.toBuilder() |
|