Class Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata.Builder (2.83.0)

public static final class Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata.Builder extends GeneratedMessage.Builder<Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata.Builder> implements Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadataOrBuilder

Metadata from Dialogflow relating to the current transcript segment.

Protobuf type google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata

Inheritance

java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata build()
Returns
Type Description
Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata

buildPartial()

public Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata buildPartial()
Returns
Type Description
Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata

clear()

public Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata.Builder clear()
Returns
Type Description
Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata.Builder
Overrides

clearSmartReplyAllowlistCovered()

public Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata.Builder clearSmartReplyAllowlistCovered()

Whether the transcript segment was covered under the configured smart reply allowlist in Agent Assist.

bool smart_reply_allowlist_covered = 1;

Returns
Type Description
Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata.Builder

This builder for chaining.

getDefaultInstanceForType()

public Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata getDefaultInstanceForType()
Returns
Type Description
Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getSmartReplyAllowlistCovered()

public boolean getSmartReplyAllowlistCovered()

Whether the transcript segment was covered under the configured smart reply allowlist in Agent Assist.

bool smart_reply_allowlist_covered = 1;

Returns
Type Description
boolean

The smartReplyAllowlistCovered.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata other)

public Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata.Builder mergeFrom(Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata other)
Parameter
Name Description
other Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata
Returns
Type Description
Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata.Builder
Overrides

setSmartReplyAllowlistCovered(boolean value)

public Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata.Builder setSmartReplyAllowlistCovered(boolean value)

Whether the transcript segment was covered under the configured smart reply allowlist in Agent Assist.

bool smart_reply_allowlist_covered = 1;

Parameter
Name Description
value boolean

The smartReplyAllowlistCovered to set.

Returns
Type Description
Conversation.Transcript.TranscriptSegment.DialogflowSegmentMetadata.Builder

This builder for chaining.