- 0.64.0 (latest)
- 0.63.0
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.7
- 0.13.1
- 0.12.1
- 0.11.5
public static final class ResponseMessage.LiveAgentHandoff.Builder extends GeneratedMessageV3.Builder<ResponseMessage.LiveAgentHandoff.Builder> implements ResponseMessage.LiveAgentHandoffOrBuilder
Indicates that the conversation should be handed off to a live agent. Dialogflow only uses this to determine which conversations were handed off to a human agent for measurement purposes. What else to do with this signal is up to you and your handoff procedures. You may set this, for example:
- In the entry_fulfillment of a Page if entering the page indicates something went extremely wrong in the conversation.
- In a webhook response when you determine that the customer issue can only be handled by a human.
Protobuf type google.cloud.dialogflow.cx.v3.ResponseMessage.LiveAgentHandoff
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ResponseMessage.LiveAgentHandoff.BuilderImplements
ResponseMessage.LiveAgentHandoffOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ResponseMessage.LiveAgentHandoff.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ResponseMessage.LiveAgentHandoff.Builder |
build()
public ResponseMessage.LiveAgentHandoff build()
Type | Description |
ResponseMessage.LiveAgentHandoff |
buildPartial()
public ResponseMessage.LiveAgentHandoff buildPartial()
Type | Description |
ResponseMessage.LiveAgentHandoff |
clear()
public ResponseMessage.LiveAgentHandoff.Builder clear()
Type | Description |
ResponseMessage.LiveAgentHandoff.Builder |
clearField(Descriptors.FieldDescriptor field)
public ResponseMessage.LiveAgentHandoff.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ResponseMessage.LiveAgentHandoff.Builder |
clearMetadata()
public ResponseMessage.LiveAgentHandoff.Builder clearMetadata()
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
.google.protobuf.Struct metadata = 1;
Type | Description |
ResponseMessage.LiveAgentHandoff.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ResponseMessage.LiveAgentHandoff.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ResponseMessage.LiveAgentHandoff.Builder |
clone()
public ResponseMessage.LiveAgentHandoff.Builder clone()
Type | Description |
ResponseMessage.LiveAgentHandoff.Builder |
getDefaultInstanceForType()
public ResponseMessage.LiveAgentHandoff getDefaultInstanceForType()
Type | Description |
ResponseMessage.LiveAgentHandoff |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getMetadata()
public Struct getMetadata()
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
.google.protobuf.Struct metadata = 1;
Type | Description |
Struct | The metadata. |
getMetadataBuilder()
public Struct.Builder getMetadataBuilder()
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
.google.protobuf.Struct metadata = 1;
Type | Description |
Builder |
getMetadataOrBuilder()
public StructOrBuilder getMetadataOrBuilder()
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
.google.protobuf.Struct metadata = 1;
Type | Description |
StructOrBuilder |
hasMetadata()
public boolean hasMetadata()
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
.google.protobuf.Struct metadata = 1;
Type | Description |
boolean | Whether the metadata field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ResponseMessage.LiveAgentHandoff other)
public ResponseMessage.LiveAgentHandoff.Builder mergeFrom(ResponseMessage.LiveAgentHandoff other)
Name | Description |
other | ResponseMessage.LiveAgentHandoff |
Type | Description |
ResponseMessage.LiveAgentHandoff.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ResponseMessage.LiveAgentHandoff.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ResponseMessage.LiveAgentHandoff.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ResponseMessage.LiveAgentHandoff.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ResponseMessage.LiveAgentHandoff.Builder |
mergeMetadata(Struct value)
public ResponseMessage.LiveAgentHandoff.Builder mergeMetadata(Struct value)
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
.google.protobuf.Struct metadata = 1;
Name | Description |
value | Struct |
Type | Description |
ResponseMessage.LiveAgentHandoff.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ResponseMessage.LiveAgentHandoff.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ResponseMessage.LiveAgentHandoff.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ResponseMessage.LiveAgentHandoff.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ResponseMessage.LiveAgentHandoff.Builder |
setMetadata(Struct value)
public ResponseMessage.LiveAgentHandoff.Builder setMetadata(Struct value)
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
.google.protobuf.Struct metadata = 1;
Name | Description |
value | Struct |
Type | Description |
ResponseMessage.LiveAgentHandoff.Builder |
setMetadata(Struct.Builder builderForValue)
public ResponseMessage.LiveAgentHandoff.Builder setMetadata(Struct.Builder builderForValue)
Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.
.google.protobuf.Struct metadata = 1;
Name | Description |
builderForValue | Builder |
Type | Description |
ResponseMessage.LiveAgentHandoff.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ResponseMessage.LiveAgentHandoff.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ResponseMessage.LiveAgentHandoff.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ResponseMessage.LiveAgentHandoff.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ResponseMessage.LiveAgentHandoff.Builder |