github.com/twilio/twilio-go@v1.20.1/rest/flex/v1/docs/InsightsQualityManagementAssessmentsCommentsApi.md (about)

     1  # InsightsQualityManagementAssessmentsCommentsApi
     2  
     3  All URIs are relative to *https://flex-api.twilio.com*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**CreateInsightsAssessmentsComment**](InsightsQualityManagementAssessmentsCommentsApi.md#CreateInsightsAssessmentsComment) | **Post** /v1/Insights/QualityManagement/Assessments/Comments | 
     8  [**ListInsightsAssessmentsComment**](InsightsQualityManagementAssessmentsCommentsApi.md#ListInsightsAssessmentsComment) | **Get** /v1/Insights/QualityManagement/Assessments/Comments | 
     9  
    10  
    11  
    12  ## CreateInsightsAssessmentsComment
    13  
    14  > FlexV1InsightsAssessmentsComment CreateInsightsAssessmentsComment(ctx, optional)
    15  
    16  
    17  
    18  To create a comment assessment for a conversation
    19  
    20  ### Path Parameters
    21  
    22  This endpoint does not need any path parameter.
    23  
    24  ### Other Parameters
    25  
    26  Other parameters are passed through a pointer to a CreateInsightsAssessmentsCommentParams struct
    27  
    28  
    29  Name | Type | Description
    30  ------------- | ------------- | -------------
    31  **Authorization** | **string** | The Authorization HTTP request header
    32  **CategoryId** | **string** | The ID of the category
    33  **CategoryName** | **string** | The name of the category
    34  **Comment** | **string** | The Assessment comment.
    35  **SegmentId** | **string** | The id of the segment.
    36  **AgentId** | **string** | The id of the agent.
    37  **Offset** | **float32** | The offset
    38  
    39  ### Return type
    40  
    41  [**FlexV1InsightsAssessmentsComment**](FlexV1InsightsAssessmentsComment.md)
    42  
    43  ### Authorization
    44  
    45  [accountSid_authToken](../README.md#accountSid_authToken)
    46  
    47  ### HTTP request headers
    48  
    49  - **Content-Type**: application/x-www-form-urlencoded
    50  - **Accept**: application/json
    51  
    52  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    53  [[Back to Model list]](../README.md#documentation-for-models)
    54  [[Back to README]](../README.md)
    55  
    56  
    57  ## ListInsightsAssessmentsComment
    58  
    59  > []FlexV1InsightsAssessmentsComment ListInsightsAssessmentsComment(ctx, optional)
    60  
    61  
    62  
    63  To create a comment assessment for a conversation
    64  
    65  ### Path Parameters
    66  
    67  This endpoint does not need any path parameter.
    68  
    69  ### Other Parameters
    70  
    71  Other parameters are passed through a pointer to a ListInsightsAssessmentsCommentParams struct
    72  
    73  
    74  Name | Type | Description
    75  ------------- | ------------- | -------------
    76  **Authorization** | **string** | The Authorization HTTP request header
    77  **SegmentId** | **string** | The id of the segment.
    78  **AgentId** | **string** | The id of the agent.
    79  **PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000.
    80  **Limit** | **int** | Max number of records to return.
    81  
    82  ### Return type
    83  
    84  [**[]FlexV1InsightsAssessmentsComment**](FlexV1InsightsAssessmentsComment.md)
    85  
    86  ### Authorization
    87  
    88  [accountSid_authToken](../README.md#accountSid_authToken)
    89  
    90  ### HTTP request headers
    91  
    92  - **Content-Type**: Not defined
    93  - **Accept**: application/json
    94  
    95  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    96  [[Back to Model list]](../README.md#documentation-for-models)
    97  [[Back to README]](../README.md)
    98