Interface IssueModelResultOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    IssueModelResult, IssueModelResult.Builder

    public interface IssueModelResultOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getIssueModel

        String getIssueModel()
         Issue model that generates the result.
         Format: projects/{project}/locations/{location}/issueModels/{issue_model}
         
        string issue_model = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The issueModel.
      • getIssueModelBytes

        com.google.protobuf.ByteString getIssueModelBytes()
         Issue model that generates the result.
         Format: projects/{project}/locations/{location}/issueModels/{issue_model}
         
        string issue_model = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for issueModel.
      • getIssuesList

        List<IssueAssignment> getIssuesList()
         All the matched issues.
         
        repeated .google.cloud.contactcenterinsights.v1.IssueAssignment issues = 2;
      • getIssues

        IssueAssignment getIssues​(int index)
         All the matched issues.
         
        repeated .google.cloud.contactcenterinsights.v1.IssueAssignment issues = 2;
      • getIssuesCount

        int getIssuesCount()
         All the matched issues.
         
        repeated .google.cloud.contactcenterinsights.v1.IssueAssignment issues = 2;
      • getIssuesOrBuilderList

        List<? extends IssueAssignmentOrBuilder> getIssuesOrBuilderList()
         All the matched issues.
         
        repeated .google.cloud.contactcenterinsights.v1.IssueAssignment issues = 2;
      • getIssuesOrBuilder

        IssueAssignmentOrBuilder getIssuesOrBuilder​(int index)
         All the matched issues.
         
        repeated .google.cloud.contactcenterinsights.v1.IssueAssignment issues = 2;