google-apis-contactcenterinsights_v1 0.54.0 → 0.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 223ebd687fc04785c39aff6a9889c9e86dedac67febb50bf96ac793356cbbd6e
         | 
| 4 | 
            +
              data.tar.gz: 2335cbd3a250540c381e56ea751529841fef6234f5feb38fec734db2b36c4f52
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 8b12d501ffa867c7819a6bff0f5b6c330d8ff765e7cbae03d2ba1d6f643f26f520fa92e9eacbec1b5d96a5d6205870252cb9d03a1263c7a1f30fa0d013bdd17a
         | 
| 7 | 
            +
              data.tar.gz: 7e32135bc102b7af090cd21010797fba7ef50da422ab1be51c0187c49deaece00aa0c80c182455f5eb812e3902a3d591c279b226e86d7b499d56f06505b0dbc5
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    
| @@ -1575,11 +1575,22 @@ module Google | |
| 1575 1575 | 
             
                    # @return [String]
         | 
| 1576 1576 | 
             
                    attr_accessor :disposition_code
         | 
| 1577 1577 |  | 
| 1578 | 
            -
                    #  | 
| 1578 | 
            +
                    # The agent's location.
         | 
| 1579 | 
            +
                    # Corresponds to the JSON property `location`
         | 
| 1580 | 
            +
                    # @return [String]
         | 
| 1581 | 
            +
                    attr_accessor :location
         | 
| 1582 | 
            +
                  
         | 
| 1583 | 
            +
                    # A user-specified string representing the agent's team. Deprecated in favor of
         | 
| 1584 | 
            +
                    # the `teams` field.
         | 
| 1579 1585 | 
             
                    # Corresponds to the JSON property `team`
         | 
| 1580 1586 | 
             
                    # @return [String]
         | 
| 1581 1587 | 
             
                    attr_accessor :team
         | 
| 1582 1588 |  | 
| 1589 | 
            +
                    # User-specified strings representing the agent's teams.
         | 
| 1590 | 
            +
                    # Corresponds to the JSON property `teams`
         | 
| 1591 | 
            +
                    # @return [Array<String>]
         | 
| 1592 | 
            +
                    attr_accessor :teams
         | 
| 1593 | 
            +
                  
         | 
| 1583 1594 | 
             
                    def initialize(**args)
         | 
| 1584 1595 | 
             
                       update!(**args)
         | 
| 1585 1596 | 
             
                    end
         | 
| @@ -1590,7 +1601,9 @@ module Google | |
| 1590 1601 | 
             
                      @agent_type = args[:agent_type] if args.key?(:agent_type)
         | 
| 1591 1602 | 
             
                      @display_name = args[:display_name] if args.key?(:display_name)
         | 
| 1592 1603 | 
             
                      @disposition_code = args[:disposition_code] if args.key?(:disposition_code)
         | 
| 1604 | 
            +
                      @location = args[:location] if args.key?(:location)
         | 
| 1593 1605 | 
             
                      @team = args[:team] if args.key?(:team)
         | 
| 1606 | 
            +
                      @teams = args[:teams] if args.key?(:teams)
         | 
| 1594 1607 | 
             
                    end
         | 
| 1595 1608 | 
             
                  end
         | 
| 1596 1609 |  | 
| @@ -6701,11 +6714,22 @@ module Google | |
| 6701 6714 | 
             
                    # @return [String]
         | 
| 6702 6715 | 
             
                    attr_accessor :disposition_code
         | 
| 6703 6716 |  | 
| 6704 | 
            -
                    #  | 
| 6717 | 
            +
                    # The agent's location.
         | 
| 6718 | 
            +
                    # Corresponds to the JSON property `location`
         | 
| 6719 | 
            +
                    # @return [String]
         | 
| 6720 | 
            +
                    attr_accessor :location
         | 
| 6721 | 
            +
                  
         | 
| 6722 | 
            +
                    # A user-specified string representing the agent's team. Deprecated in favor of
         | 
| 6723 | 
            +
                    # the `teams` field.
         | 
| 6705 6724 | 
             
                    # Corresponds to the JSON property `team`
         | 
| 6706 6725 | 
             
                    # @return [String]
         | 
| 6707 6726 | 
             
                    attr_accessor :team
         | 
| 6708 6727 |  | 
| 6728 | 
            +
                    # User-specified strings representing the agent's teams.
         | 
| 6729 | 
            +
                    # Corresponds to the JSON property `teams`
         | 
| 6730 | 
            +
                    # @return [Array<String>]
         | 
| 6731 | 
            +
                    attr_accessor :teams
         | 
| 6732 | 
            +
                  
         | 
| 6709 6733 | 
             
                    def initialize(**args)
         | 
| 6710 6734 | 
             
                       update!(**args)
         | 
| 6711 6735 | 
             
                    end
         | 
| @@ -6716,7 +6740,9 @@ module Google | |
| 6716 6740 | 
             
                      @agent_type = args[:agent_type] if args.key?(:agent_type)
         | 
| 6717 6741 | 
             
                      @display_name = args[:display_name] if args.key?(:display_name)
         | 
| 6718 6742 | 
             
                      @disposition_code = args[:disposition_code] if args.key?(:disposition_code)
         | 
| 6743 | 
            +
                      @location = args[:location] if args.key?(:location)
         | 
| 6719 6744 | 
             
                      @team = args[:team] if args.key?(:team)
         | 
| 6745 | 
            +
                      @teams = args[:teams] if args.key?(:teams)
         | 
| 6720 6746 | 
             
                    end
         | 
| 6721 6747 | 
             
                  end
         | 
| 6722 6748 |  | 
| @@ -16,13 +16,13 @@ module Google | |
| 16 16 | 
             
              module Apis
         | 
| 17 17 | 
             
                module ContactcenterinsightsV1
         | 
| 18 18 | 
             
                  # Version of the google-apis-contactcenterinsights_v1 gem
         | 
| 19 | 
            -
                  GEM_VERSION = "0. | 
| 19 | 
            +
                  GEM_VERSION = "0.55.0"
         | 
| 20 20 |  | 
| 21 21 | 
             
                  # Version of the code generator used to generate this client
         | 
| 22 22 | 
             
                  GENERATOR_VERSION = "0.15.1"
         | 
| 23 23 |  | 
| 24 24 | 
             
                  # Revision of the discovery document this client was generated from
         | 
| 25 | 
            -
                  REVISION = " | 
| 25 | 
            +
                  REVISION = "20241204"
         | 
| 26 26 | 
             
                end
         | 
| 27 27 | 
             
              end
         | 
| 28 28 | 
             
            end
         | 
| @@ -2100,7 +2100,9 @@ module Google | |
| 2100 2100 | 
             
                      property :agent_type, as: 'agentType'
         | 
| 2101 2101 | 
             
                      property :display_name, as: 'displayName'
         | 
| 2102 2102 | 
             
                      property :disposition_code, as: 'dispositionCode'
         | 
| 2103 | 
            +
                      property :location, as: 'location'
         | 
| 2103 2104 | 
             
                      property :team, as: 'team'
         | 
| 2105 | 
            +
                      collection :teams, as: 'teams'
         | 
| 2104 2106 | 
             
                    end
         | 
| 2105 2107 | 
             
                  end
         | 
| 2106 2108 |  | 
| @@ -3584,7 +3586,9 @@ module Google | |
| 3584 3586 | 
             
                      property :agent_type, as: 'agentType'
         | 
| 3585 3587 | 
             
                      property :display_name, as: 'displayName'
         | 
| 3586 3588 | 
             
                      property :disposition_code, as: 'dispositionCode'
         | 
| 3589 | 
            +
                      property :location, as: 'location'
         | 
| 3587 3590 | 
             
                      property :team, as: 'team'
         | 
| 3591 | 
            +
                      collection :teams, as: 'teams'
         | 
| 3588 3592 | 
             
                    end
         | 
| 3589 3593 | 
             
                  end
         | 
| 3590 3594 |  | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: google-apis-contactcenterinsights_v1
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.55.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Google LLC
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2024-12- | 
| 11 | 
            +
            date: 2024-12-08 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: google-apis-core
         | 
| @@ -58,7 +58,7 @@ licenses: | |
| 58 58 | 
             
            metadata:
         | 
| 59 59 | 
             
              bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
         | 
| 60 60 | 
             
              changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1/CHANGELOG.md
         | 
| 61 | 
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0. | 
| 61 | 
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-contactcenterinsights_v1/v0.55.0
         | 
| 62 62 | 
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-contactcenterinsights_v1
         | 
| 63 63 | 
             
            post_install_message: 
         | 
| 64 64 | 
             
            rdoc_options: []
         | 
| @@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 75 75 | 
             
                - !ruby/object:Gem::Version
         | 
| 76 76 | 
             
                  version: '0'
         | 
| 77 77 | 
             
            requirements: []
         | 
| 78 | 
            -
            rubygems_version: 3.5. | 
| 78 | 
            +
            rubygems_version: 3.5.23
         | 
| 79 79 | 
             
            signing_key: 
         | 
| 80 80 | 
             
            specification_version: 4
         | 
| 81 81 | 
             
            summary: Simple REST client for Contact Center AI Insights API V1
         |