public static final class Conversation.Transcript.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder> implements Conversation.TranscriptOrBuilder
A message representing the transcript of a conversation.Protobuf type
google.cloud.contactcenterinsights.v1.Conversation.Transcript| Modifier and Type | Method and Description |
|---|---|
Conversation.Transcript.Builder |
addAllTranscriptSegments(Iterable<? extends Conversation.Transcript.TranscriptSegment> values)
A list of sequential transcript segments that comprise the conversation.
|
Conversation.Transcript.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Conversation.Transcript.Builder |
addTranscriptSegments(Conversation.Transcript.TranscriptSegment.Builder builderForValue)
A list of sequential transcript segments that comprise the conversation.
|
Conversation.Transcript.Builder |
addTranscriptSegments(Conversation.Transcript.TranscriptSegment value)
A list of sequential transcript segments that comprise the conversation.
|
Conversation.Transcript.Builder |
addTranscriptSegments(int index,
Conversation.Transcript.TranscriptSegment.Builder builderForValue)
A list of sequential transcript segments that comprise the conversation.
|
Conversation.Transcript.Builder |
addTranscriptSegments(int index,
Conversation.Transcript.TranscriptSegment value)
A list of sequential transcript segments that comprise the conversation.
|
Conversation.Transcript.TranscriptSegment.Builder |
addTranscriptSegmentsBuilder()
A list of sequential transcript segments that comprise the conversation.
|
Conversation.Transcript.TranscriptSegment.Builder |
addTranscriptSegmentsBuilder(int index)
A list of sequential transcript segments that comprise the conversation.
|
Conversation.Transcript |
build() |
Conversation.Transcript |
buildPartial() |
Conversation.Transcript.Builder |
clear() |
Conversation.Transcript.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Conversation.Transcript.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Conversation.Transcript.Builder |
clearTranscriptSegments()
A list of sequential transcript segments that comprise the conversation.
|
Conversation.Transcript.Builder |
clone() |
Conversation.Transcript |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Conversation.Transcript.TranscriptSegment |
getTranscriptSegments(int index)
A list of sequential transcript segments that comprise the conversation.
|
Conversation.Transcript.TranscriptSegment.Builder |
getTranscriptSegmentsBuilder(int index)
A list of sequential transcript segments that comprise the conversation.
|
List<Conversation.Transcript.TranscriptSegment.Builder> |
getTranscriptSegmentsBuilderList()
A list of sequential transcript segments that comprise the conversation.
|
int |
getTranscriptSegmentsCount()
A list of sequential transcript segments that comprise the conversation.
|
List<Conversation.Transcript.TranscriptSegment> |
getTranscriptSegmentsList()
A list of sequential transcript segments that comprise the conversation.
|
Conversation.Transcript.TranscriptSegmentOrBuilder |
getTranscriptSegmentsOrBuilder(int index)
A list of sequential transcript segments that comprise the conversation.
|
List<? extends Conversation.Transcript.TranscriptSegmentOrBuilder> |
getTranscriptSegmentsOrBuilderList()
A list of sequential transcript segments that comprise the conversation.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Conversation.Transcript.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Conversation.Transcript.Builder |
mergeFrom(Conversation.Transcript other) |
Conversation.Transcript.Builder |
mergeFrom(com.google.protobuf.Message other) |
Conversation.Transcript.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Conversation.Transcript.Builder |
removeTranscriptSegments(int index)
A list of sequential transcript segments that comprise the conversation.
|
Conversation.Transcript.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Conversation.Transcript.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Conversation.Transcript.Builder |
setTranscriptSegments(int index,
Conversation.Transcript.TranscriptSegment.Builder builderForValue)
A list of sequential transcript segments that comprise the conversation.
|
Conversation.Transcript.Builder |
setTranscriptSegments(int index,
Conversation.Transcript.TranscriptSegment value)
A list of sequential transcript segments that comprise the conversation.
|
Conversation.Transcript.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>public Conversation.Transcript.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>public Conversation.Transcript getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Conversation.Transcript build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Conversation.Transcript buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Conversation.Transcript.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>public Conversation.Transcript.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>public Conversation.Transcript.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>public Conversation.Transcript.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>public Conversation.Transcript.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>public Conversation.Transcript.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>public Conversation.Transcript.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Conversation.Transcript.Builder>public Conversation.Transcript.Builder mergeFrom(Conversation.Transcript other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>public Conversation.Transcript.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Conversation.Transcript.Builder>IOExceptionpublic List<Conversation.Transcript.TranscriptSegment> getTranscriptSegmentsList()
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
getTranscriptSegmentsList in interface Conversation.TranscriptOrBuilderpublic int getTranscriptSegmentsCount()
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
getTranscriptSegmentsCount in interface Conversation.TranscriptOrBuilderpublic Conversation.Transcript.TranscriptSegment getTranscriptSegments(int index)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
getTranscriptSegments in interface Conversation.TranscriptOrBuilderpublic Conversation.Transcript.Builder setTranscriptSegments(int index, Conversation.Transcript.TranscriptSegment value)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
public Conversation.Transcript.Builder setTranscriptSegments(int index, Conversation.Transcript.TranscriptSegment.Builder builderForValue)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
public Conversation.Transcript.Builder addTranscriptSegments(Conversation.Transcript.TranscriptSegment value)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
public Conversation.Transcript.Builder addTranscriptSegments(int index, Conversation.Transcript.TranscriptSegment value)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
public Conversation.Transcript.Builder addTranscriptSegments(Conversation.Transcript.TranscriptSegment.Builder builderForValue)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
public Conversation.Transcript.Builder addTranscriptSegments(int index, Conversation.Transcript.TranscriptSegment.Builder builderForValue)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
public Conversation.Transcript.Builder addAllTranscriptSegments(Iterable<? extends Conversation.Transcript.TranscriptSegment> values)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
public Conversation.Transcript.Builder clearTranscriptSegments()
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
public Conversation.Transcript.Builder removeTranscriptSegments(int index)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
public Conversation.Transcript.TranscriptSegment.Builder getTranscriptSegmentsBuilder(int index)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
public Conversation.Transcript.TranscriptSegmentOrBuilder getTranscriptSegmentsOrBuilder(int index)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
getTranscriptSegmentsOrBuilder in interface Conversation.TranscriptOrBuilderpublic List<? extends Conversation.Transcript.TranscriptSegmentOrBuilder> getTranscriptSegmentsOrBuilderList()
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
getTranscriptSegmentsOrBuilderList in interface Conversation.TranscriptOrBuilderpublic Conversation.Transcript.TranscriptSegment.Builder addTranscriptSegmentsBuilder()
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
public Conversation.Transcript.TranscriptSegment.Builder addTranscriptSegmentsBuilder(int index)
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
public List<Conversation.Transcript.TranscriptSegment.Builder> getTranscriptSegmentsBuilderList()
A list of sequential transcript segments that comprise the conversation.
repeated .google.cloud.contactcenterinsights.v1.Conversation.Transcript.TranscriptSegment transcript_segments = 1;
public final Conversation.Transcript.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>public final Conversation.Transcript.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Conversation.Transcript.Builder>Copyright © 2023 Google LLC. All rights reserved.