public static final class SummarySuggestion.Builder extends GeneratedMessageV3.Builder<SummarySuggestion.Builder> implements SummarySuggestionOrBuilder
Suggested summary of the conversation.
Protobuf type google.cloud.dialogflow.v2.SummarySuggestion
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllSummarySections(Iterable<? extends SummarySuggestion.SummarySection> values)
public SummarySuggestion.Builder addAllSummarySections(Iterable<? extends SummarySuggestion.SummarySection> values)
Required. All the parts of generated summary.
repeated .google.cloud.dialogflow.v2.SummarySuggestion.SummarySection summary_sections = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.dialogflow.v2.SummarySuggestion.SummarySection>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SummarySuggestion.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
addSummarySections(SummarySuggestion.SummarySection value)
public SummarySuggestion.Builder addSummarySections(SummarySuggestion.SummarySection value)
Required. All the parts of generated summary.
repeated .google.cloud.dialogflow.v2.SummarySuggestion.SummarySection summary_sections = 1 [(.google.api.field_behavior) = REQUIRED];
addSummarySections(SummarySuggestion.SummarySection.Builder builderForValue)
public SummarySuggestion.Builder addSummarySections(SummarySuggestion.SummarySection.Builder builderForValue)
Required. All the parts of generated summary.
repeated .google.cloud.dialogflow.v2.SummarySuggestion.SummarySection summary_sections = 1 [(.google.api.field_behavior) = REQUIRED];
addSummarySections(int index, SummarySuggestion.SummarySection value)
public SummarySuggestion.Builder addSummarySections(int index, SummarySuggestion.SummarySection value)
Required. All the parts of generated summary.
repeated .google.cloud.dialogflow.v2.SummarySuggestion.SummarySection summary_sections = 1 [(.google.api.field_behavior) = REQUIRED];
addSummarySections(int index, SummarySuggestion.SummarySection.Builder builderForValue)
public SummarySuggestion.Builder addSummarySections(int index, SummarySuggestion.SummarySection.Builder builderForValue)
Required. All the parts of generated summary.
repeated .google.cloud.dialogflow.v2.SummarySuggestion.SummarySection summary_sections = 1 [(.google.api.field_behavior) = REQUIRED];
addSummarySectionsBuilder()
public SummarySuggestion.SummarySection.Builder addSummarySectionsBuilder()
Required. All the parts of generated summary.
repeated .google.cloud.dialogflow.v2.SummarySuggestion.SummarySection summary_sections = 1 [(.google.api.field_behavior) = REQUIRED];
addSummarySectionsBuilder(int index)
public SummarySuggestion.SummarySection.Builder addSummarySectionsBuilder(int index)
Required. All the parts of generated summary.
repeated .google.cloud.dialogflow.v2.SummarySuggestion.SummarySection summary_sections = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
build()
public SummarySuggestion build()
buildPartial()
public SummarySuggestion buildPartial()
clear()
public SummarySuggestion.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public SummarySuggestion.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public SummarySuggestion.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearSummarySections()
public SummarySuggestion.Builder clearSummarySections()
Required. All the parts of generated summary.
repeated .google.cloud.dialogflow.v2.SummarySuggestion.SummarySection summary_sections = 1 [(.google.api.field_behavior) = REQUIRED];
clone()
public SummarySuggestion.Builder clone()
Overrides
getDefaultInstanceForType()
public SummarySuggestion getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getSummarySections(int index)
public SummarySuggestion.SummarySection getSummarySections(int index)
Required. All the parts of generated summary.
repeated .google.cloud.dialogflow.v2.SummarySuggestion.SummarySection summary_sections = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
getSummarySectionsBuilder(int index)
public SummarySuggestion.SummarySection.Builder getSummarySectionsBuilder(int index)
Required. All the parts of generated summary.
repeated .google.cloud.dialogflow.v2.SummarySuggestion.SummarySection summary_sections = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
getSummarySectionsBuilderList()
public List<SummarySuggestion.SummarySection.Builder> getSummarySectionsBuilderList()
Required. All the parts of generated summary.
repeated .google.cloud.dialogflow.v2.SummarySuggestion.SummarySection summary_sections = 1 [(.google.api.field_behavior) = REQUIRED];
getSummarySectionsCount()
public int getSummarySectionsCount()
Required. All the parts of generated summary.
repeated .google.cloud.dialogflow.v2.SummarySuggestion.SummarySection summary_sections = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
|
getSummarySectionsList()
public List<SummarySuggestion.SummarySection> getSummarySectionsList()
Required. All the parts of generated summary.
repeated .google.cloud.dialogflow.v2.SummarySuggestion.SummarySection summary_sections = 1 [(.google.api.field_behavior) = REQUIRED];
getSummarySectionsOrBuilder(int index)
public SummarySuggestion.SummarySectionOrBuilder getSummarySectionsOrBuilder(int index)
Required. All the parts of generated summary.
repeated .google.cloud.dialogflow.v2.SummarySuggestion.SummarySection summary_sections = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
getSummarySectionsOrBuilderList()
public List<? extends SummarySuggestion.SummarySectionOrBuilder> getSummarySectionsOrBuilderList()
Required. All the parts of generated summary.
repeated .google.cloud.dialogflow.v2.SummarySuggestion.SummarySection summary_sections = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
List<? extends com.google.cloud.dialogflow.v2.SummarySuggestion.SummarySectionOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(SummarySuggestion other)
public SummarySuggestion.Builder mergeFrom(SummarySuggestion other)
public SummarySuggestion.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public SummarySuggestion.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SummarySuggestion.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeSummarySections(int index)
public SummarySuggestion.Builder removeSummarySections(int index)
Required. All the parts of generated summary.
repeated .google.cloud.dialogflow.v2.SummarySuggestion.SummarySection summary_sections = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
index |
int
|
setField(Descriptors.FieldDescriptor field, Object value)
public SummarySuggestion.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SummarySuggestion.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setSummarySections(int index, SummarySuggestion.SummarySection value)
public SummarySuggestion.Builder setSummarySections(int index, SummarySuggestion.SummarySection value)
Required. All the parts of generated summary.
repeated .google.cloud.dialogflow.v2.SummarySuggestion.SummarySection summary_sections = 1 [(.google.api.field_behavior) = REQUIRED];
setSummarySections(int index, SummarySuggestion.SummarySection.Builder builderForValue)
public SummarySuggestion.Builder setSummarySections(int index, SummarySuggestion.SummarySection.Builder builderForValue)
Required. All the parts of generated summary.
repeated .google.cloud.dialogflow.v2.SummarySuggestion.SummarySection summary_sections = 1 [(.google.api.field_behavior) = REQUIRED];
setUnknownFields(UnknownFieldSet unknownFields)
public final SummarySuggestion.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides