public interface SummarySuggestionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getSummarySections(int index)
public abstract 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 |
Returns | |
---|---|
Type | Description |
SummarySuggestion.SummarySection |
getSummarySectionsCount()
public abstract 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 abstract 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];
Returns | |
---|---|
Type | Description |
List<SummarySection> |
getSummarySectionsOrBuilder(int index)
public abstract 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 |
Returns | |
---|---|
Type | Description |
SummarySuggestion.SummarySectionOrBuilder |
getSummarySectionsOrBuilderList()
public abstract 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> |