[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Dialogflow V2 Client - Class SectionType (2.1.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.2 (latest)](/php/docs/reference/cloud-dialogflow/latest/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [2.1.1](/php/docs/reference/cloud-dialogflow/2.1.1/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [2.0.1](/php/docs/reference/cloud-dialogflow/2.0.1/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [1.17.2](/php/docs/reference/cloud-dialogflow/1.17.2/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [1.16.0](/php/docs/reference/cloud-dialogflow/1.16.0/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [1.15.1](/php/docs/reference/cloud-dialogflow/1.15.1/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [1.14.0](/php/docs/reference/cloud-dialogflow/1.14.0/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [1.13.0](/php/docs/reference/cloud-dialogflow/1.13.0/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [1.12.3](/php/docs/reference/cloud-dialogflow/1.12.3/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [1.11.0](/php/docs/reference/cloud-dialogflow/1.11.0/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [1.10.2](/php/docs/reference/cloud-dialogflow/1.10.2/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [1.9.0](/php/docs/reference/cloud-dialogflow/1.9.0/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [1.8.0](/php/docs/reference/cloud-dialogflow/1.8.0/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [1.7.2](/php/docs/reference/cloud-dialogflow/1.7.2/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [1.6.0](/php/docs/reference/cloud-dialogflow/1.6.0/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [1.5.0](/php/docs/reference/cloud-dialogflow/1.5.0/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [1.4.0](/php/docs/reference/cloud-dialogflow/1.4.0/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [1.3.2](/php/docs/reference/cloud-dialogflow/1.3.2/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [1.2.0](/php/docs/reference/cloud-dialogflow/1.2.0/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [1.1.1](/php/docs/reference/cloud-dialogflow/1.1.1/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType)\n- [1.0.1](/php/docs/reference/cloud-dialogflow/1.0.1/V2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType) \nReference documentation and code samples for the Google Cloud Dialogflow V2 Client class SectionType.\n\nSelectable sections to return when requesting a summary of a\nconversation.\n\nProtobuf type `google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionQueryConfig.Sections.SectionType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dialogflow \\\\ V2 \\\\ HumanAgentAssistantConfig \\\\ SuggestionQueryConfig \\\\ Sections\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### SECTION_TYPE_UNSPECIFIED\n\n Value: 0\n\nUndefined section type, does not return anything.\n\nGenerated from protobuf enum `SECTION_TYPE_UNSPECIFIED = 0;`\n\n### SITUATION\n\n Value: 1\n\nWhat the customer needs help with or has question about.\n\nSection name: \"situation\".\n\nGenerated from protobuf enum `SITUATION = 1;`\n\n### ACTION\n\n Value: 2\n\nWhat the agent does to help the customer.\n\nSection name: \"action\".\n\nGenerated from protobuf enum `ACTION = 2;`\n\n### RESOLUTION\n\n Value: 3\n\nResult of the customer service. A single word describing the result\nof the conversation.\n\nSection name: \"resolution\".\n\nGenerated from protobuf enum `RESOLUTION = 3;`\n\n### REASON_FOR_CANCELLATION\n\n Value: 4\n\nReason for cancellation if the customer requests for a cancellation.\n\n\"N/A\" otherwise.\nSection name: \"reason_for_cancellation\".\n\nGenerated from protobuf enum `REASON_FOR_CANCELLATION = 4;`\n\n### CUSTOMER_SATISFACTION\n\n Value: 5\n\n\"Unsatisfied\" or \"Satisfied\" depending on the customer's feelings at\nthe end of the conversation.\n\nSection name: \"customer_satisfaction\".\n\nGenerated from protobuf enum `CUSTOMER_SATISFACTION = 5;`\n\n### ENTITIES\n\n Value: 6\n\nKey entities extracted from the conversation, such as ticket number,\norder number, dollar amount, etc.\n\nSection names are prefixed by \"entities/\".\n\nGenerated from protobuf enum `ENTITIES = 6;`"]]