public static interface HumanAgentAssistantConfig.SuggestionQueryConfig.SectionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSectionTypes(int index)
public abstract HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType getSectionTypes(int index)The selected sections chosen to return when requesting a summary of a conversation. A duplicate selected section will be treated as a single selected section. If section types are not provided, the default will be {SITUATION, ACTION, RESULT}.
repeated .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType section_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType |
The sectionTypes at the given index. |
getSectionTypesCount()
public abstract int getSectionTypesCount()The selected sections chosen to return when requesting a summary of a conversation. A duplicate selected section will be treated as a single selected section. If section types are not provided, the default will be {SITUATION, ACTION, RESULT}.
repeated .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType section_types = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of sectionTypes. |
getSectionTypesList()
public abstract List<HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType> getSectionTypesList()The selected sections chosen to return when requesting a summary of a conversation. A duplicate selected section will be treated as a single selected section. If section types are not provided, the default will be {SITUATION, ACTION, RESULT}.
repeated .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType section_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<SectionType> |
A list containing the sectionTypes. |
getSectionTypesValue(int index)
public abstract int getSectionTypesValue(int index)The selected sections chosen to return when requesting a summary of a conversation. A duplicate selected section will be treated as a single selected section. If section types are not provided, the default will be {SITUATION, ACTION, RESULT}.
repeated .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType section_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire of sectionTypes at the given index. |
getSectionTypesValueList()
public abstract List<Integer> getSectionTypesValueList()The selected sections chosen to return when requesting a summary of a conversation. A duplicate selected section will be treated as a single selected section. If section types are not provided, the default will be {SITUATION, ACTION, RESULT}.
repeated .google.cloud.dialogflow.v2beta1.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType section_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for sectionTypes. |