Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.clear() |
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.clearAllowCancellation()
Indicates whether the partial automated agent reply is interruptible when a
later reply message arrives.
|
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.clearAutomatedAgentReplyType()
AutomatedAgentReply type.
|
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.clearDetectIntentResponse()
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
|
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.clearField(Descriptors.FieldDescriptor field) |
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.clearOneof(Descriptors.OneofDescriptor oneof) |
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.clone() |
AutomatedAgentReply.Builder |
AnalyzeContentResponse.Builder.getAutomatedAgentReplyBuilder()
Only set if a Dialogflow automated agent has responded.
|
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.mergeDetectIntentResponse(DetectIntentResponse value)
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
|
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.mergeFrom(AutomatedAgentReply other) |
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.mergeFrom(Message other) |
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static AutomatedAgentReply.Builder |
AutomatedAgentReply.newBuilder() |
static AutomatedAgentReply.Builder |
AutomatedAgentReply.newBuilder(AutomatedAgentReply prototype) |
AutomatedAgentReply.Builder |
AutomatedAgentReply.newBuilderForType() |
protected AutomatedAgentReply.Builder |
AutomatedAgentReply.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.setAllowCancellation(boolean value)
Indicates whether the partial automated agent reply is interruptible when a
later reply message arrives.
|
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.setAutomatedAgentReplyType(AutomatedAgentReply.AutomatedAgentReplyType value)
AutomatedAgentReply type.
|
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.setAutomatedAgentReplyTypeValue(int value)
AutomatedAgentReply type.
|
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.setDetectIntentResponse(DetectIntentResponse.Builder builderForValue)
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
|
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.setDetectIntentResponse(DetectIntentResponse value)
Response of the Dialogflow [Sessions.DetectIntent][google.cloud.dialogflow.v2.Sessions.DetectIntent] call.
|
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.setField(Descriptors.FieldDescriptor field,
Object value) |
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
AutomatedAgentReply.Builder |
AutomatedAgentReply.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
AutomatedAgentReply.Builder |
AutomatedAgentReply.toBuilder() |
Modifier and Type | Method and Description |
---|---|
AnalyzeContentResponse.Builder |
AnalyzeContentResponse.Builder.setAutomatedAgentReply(AutomatedAgentReply.Builder builderForValue)
Only set if a Dialogflow automated agent has responded.
|
Copyright © 2022 Google LLC. All rights reserved.