Class ResponseMessage.LiveAgentHandoff (0.52.0)

public static final class ResponseMessage.LiveAgentHandoff extends GeneratedMessageV3 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<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ResponseMessage.LiveAgentHandoff

Static Fields

METADATA_FIELD_NUMBER

public static final int METADATA_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ResponseMessage.LiveAgentHandoff getDefaultInstance()
Returns
TypeDescription
ResponseMessage.LiveAgentHandoff

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ResponseMessage.LiveAgentHandoff.Builder newBuilder()
Returns
TypeDescription
ResponseMessage.LiveAgentHandoff.Builder

newBuilder(ResponseMessage.LiveAgentHandoff prototype)

public static ResponseMessage.LiveAgentHandoff.Builder newBuilder(ResponseMessage.LiveAgentHandoff prototype)
Parameter
NameDescription
prototypeResponseMessage.LiveAgentHandoff
Returns
TypeDescription
ResponseMessage.LiveAgentHandoff.Builder

parseDelimitedFrom(InputStream input)

public static ResponseMessage.LiveAgentHandoff parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ResponseMessage.LiveAgentHandoff
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ResponseMessage.LiveAgentHandoff parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResponseMessage.LiveAgentHandoff
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ResponseMessage.LiveAgentHandoff parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ResponseMessage.LiveAgentHandoff
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ResponseMessage.LiveAgentHandoff parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResponseMessage.LiveAgentHandoff
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ResponseMessage.LiveAgentHandoff parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ResponseMessage.LiveAgentHandoff
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ResponseMessage.LiveAgentHandoff parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResponseMessage.LiveAgentHandoff
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ResponseMessage.LiveAgentHandoff parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ResponseMessage.LiveAgentHandoff
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ResponseMessage.LiveAgentHandoff parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResponseMessage.LiveAgentHandoff
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ResponseMessage.LiveAgentHandoff parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ResponseMessage.LiveAgentHandoff
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ResponseMessage.LiveAgentHandoff parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResponseMessage.LiveAgentHandoff
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ResponseMessage.LiveAgentHandoff parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ResponseMessage.LiveAgentHandoff
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ResponseMessage.LiveAgentHandoff parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ResponseMessage.LiveAgentHandoff
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ResponseMessage.LiveAgentHandoff> parser()
Returns
TypeDescription
Parser<LiveAgentHandoff>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ResponseMessage.LiveAgentHandoff getDefaultInstanceForType()
Returns
TypeDescription
ResponseMessage.LiveAgentHandoff

getMetadata()

public Struct getMetadata()

Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.

.google.protobuf.Struct metadata = 1;

Returns
TypeDescription
Struct

The metadata.

getMetadataOrBuilder()

public StructOrBuilder getMetadataOrBuilder()

Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.

.google.protobuf.Struct metadata = 1;

Returns
TypeDescription
StructOrBuilder

getParserForType()

public Parser<ResponseMessage.LiveAgentHandoff> getParserForType()
Returns
TypeDescription
Parser<LiveAgentHandoff>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasMetadata()

public boolean hasMetadata()

Custom metadata for your handoff procedure. Dialogflow doesn't impose any structure on this.

.google.protobuf.Struct metadata = 1;

Returns
TypeDescription
boolean

Whether the metadata field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ResponseMessage.LiveAgentHandoff.Builder newBuilderForType()
Returns
TypeDescription
ResponseMessage.LiveAgentHandoff.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ResponseMessage.LiveAgentHandoff.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ResponseMessage.LiveAgentHandoff.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ResponseMessage.LiveAgentHandoff.Builder toBuilder()
Returns
TypeDescription
ResponseMessage.LiveAgentHandoff.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException