telnyx 5.99.0 → 5.100.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 +4 -4
- data/CHANGELOG.md +13 -0
- data/README.md +1 -1
- data/lib/telnyx/client.rb +5 -0
- data/lib/telnyx/models/ai/assistants/canary_deploy.rb +128 -7
- data/lib/telnyx/models/ai/assistants/canary_deploy_response.rb +131 -7
- data/lib/telnyx/models/uac_connection_create_params.rb +738 -0
- data/lib/telnyx/models/uac_connection_create_response.rb +898 -0
- data/lib/telnyx/models/uac_connection_delete_params.rb +20 -0
- data/lib/telnyx/models/uac_connection_delete_response.rb +898 -0
- data/lib/telnyx/models/uac_connection_list_params.rb +143 -0
- data/lib/telnyx/models/uac_connection_list_response.rb +876 -0
- data/lib/telnyx/models/uac_connection_retrieve_params.rb +20 -0
- data/lib/telnyx/models/uac_connection_retrieve_response.rb +899 -0
- data/lib/telnyx/models/uac_connection_update_params.rb +740 -0
- data/lib/telnyx/models/uac_connection_update_response.rb +898 -0
- data/lib/telnyx/models/uac_connections/action_check_registration_status_params.rb +22 -0
- data/lib/telnyx/models/uac_connections/action_check_registration_status_response.rb +104 -0
- data/lib/telnyx/models.rb +12 -0
- data/lib/telnyx/resources/ai/assistants/canary_deploys.rb +6 -10
- data/lib/telnyx/resources/uac_connections/actions.rb +39 -0
- data/lib/telnyx/resources/uac_connections.rb +256 -0
- data/lib/telnyx/version.rb +1 -1
- data/lib/telnyx.rb +14 -1
- data/rbi/telnyx/client.rbi +4 -0
- data/rbi/telnyx/models/ai/assistants/canary_deploy.rbi +303 -10
- data/rbi/telnyx/models/ai/assistants/canary_deploy_response.rbi +309 -9
- data/rbi/telnyx/models/uac_connection_create_params.rbi +1465 -0
- data/rbi/telnyx/models/uac_connection_create_response.rbi +1793 -0
- data/rbi/telnyx/models/uac_connection_delete_params.rbi +35 -0
- data/rbi/telnyx/models/uac_connection_delete_response.rbi +1793 -0
- data/rbi/telnyx/models/uac_connection_list_params.rbi +261 -0
- data/rbi/telnyx/models/uac_connection_list_response.rbi +1727 -0
- data/rbi/telnyx/models/uac_connection_retrieve_params.rbi +35 -0
- data/rbi/telnyx/models/uac_connection_retrieve_response.rbi +1793 -0
- data/rbi/telnyx/models/uac_connection_update_params.rbi +1463 -0
- data/rbi/telnyx/models/uac_connection_update_response.rbi +1793 -0
- data/rbi/telnyx/models/uac_connections/action_check_registration_status_params.rbi +40 -0
- data/rbi/telnyx/models/uac_connections/action_check_registration_status_response.rbi +237 -0
- data/rbi/telnyx/models.rbi +12 -0
- data/rbi/telnyx/resources/ai/assistants/canary_deploys.rbi +6 -14
- data/rbi/telnyx/resources/uac_connections/actions.rbi +33 -0
- data/rbi/telnyx/resources/uac_connections.rbi +348 -0
- data/sig/telnyx/client.rbs +2 -0
- data/sig/telnyx/models/ai/assistants/canary_deploy.rbs +113 -4
- data/sig/telnyx/models/ai/assistants/canary_deploy_response.rbs +113 -8
- data/sig/telnyx/models/uac_connection_create_params.rbs +609 -0
- data/sig/telnyx/models/uac_connection_create_response.rbs +741 -0
- data/sig/telnyx/models/uac_connection_delete_params.rbs +20 -0
- data/sig/telnyx/models/uac_connection_delete_response.rbs +741 -0
- data/sig/telnyx/models/uac_connection_list_params.rbs +112 -0
- data/sig/telnyx/models/uac_connection_list_response.rbs +722 -0
- data/sig/telnyx/models/uac_connection_retrieve_params.rbs +20 -0
- data/sig/telnyx/models/uac_connection_retrieve_response.rbs +741 -0
- data/sig/telnyx/models/uac_connection_update_params.rbs +615 -0
- data/sig/telnyx/models/uac_connection_update_response.rbs +741 -0
- data/sig/telnyx/models/uac_connections/action_check_registration_status_params.rbs +22 -0
- data/sig/telnyx/models/uac_connections/action_check_registration_status_response.rbs +117 -0
- data/sig/telnyx/models.rbs +12 -0
- data/sig/telnyx/resources/ai/assistants/canary_deploys.rbs +2 -2
- data/sig/telnyx/resources/uac_connections/actions.rbs +14 -0
- data/sig/telnyx/resources/uac_connections.rbs +90 -0
- metadata +44 -5
- data/lib/telnyx/models/ai/assistants/version_config.rb +0 -30
- data/rbi/telnyx/models/ai/assistants/version_config.rbi +0 -45
- data/sig/telnyx/models/ai/assistants/version_config.rbs +0 -19
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f543aaa2a4a47c27cf247a82e0429a022bf94d6f58102f18b4cc50c7f9d9a1f4
|
|
4
|
+
data.tar.gz: f1091cc87e194f413294bde65188a2908f1292396c5c72e569514994d9e719ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 75071192dfd36a1c38a93d98d681396c5c5016b9924c88de59a0a3ffe7cf90fe480e5cea5d1e17db3eb260d657009f79e248a4269d43974d0d8c21b6f54428c9
|
|
7
|
+
data.tar.gz: 903ad16758edf55aae4d797807df0533d87acc9235e7ab08f388d9e2cfa6ea548807bd38305866bda07c418c1e9dd56e08ad1ffe1a4f25411ce05782fbd82831
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 5.100.0 (2026-05-06)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v5.99.0...v5.100.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.99.0...v5.100.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* Ai-assistants: support pattern in canary deploy ([4dafaec](https://github.com/team-telnyx/telnyx-ruby/commit/4dafaeca303f3ac584fad93b4729e69298e64610))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Documentation
|
|
13
|
+
|
|
14
|
+
* add UAC connection OpenAPI docs ([3f543c6](https://github.com/team-telnyx/telnyx-ruby/commit/3f543c6f2131a0964676c1427e7e3885f91527d5))
|
|
15
|
+
|
|
3
16
|
## 5.99.0 (2026-05-04)
|
|
4
17
|
|
|
5
18
|
Full Changelog: [v5.98.0...v5.99.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.98.0...v5.99.0)
|
data/README.md
CHANGED
data/lib/telnyx/client.rb
CHANGED
|
@@ -659,6 +659,10 @@ module Telnyx
|
|
|
659
659
|
# @return [Telnyx::Resources::PronunciationDicts]
|
|
660
660
|
attr_reader :pronunciation_dicts
|
|
661
661
|
|
|
662
|
+
# UAC connection operations
|
|
663
|
+
# @return [Telnyx::Resources::UacConnections]
|
|
664
|
+
attr_reader :uac_connections
|
|
665
|
+
|
|
662
666
|
# @api private
|
|
663
667
|
#
|
|
664
668
|
# @return [Hash{String=>String}]
|
|
@@ -931,6 +935,7 @@ module Telnyx
|
|
|
931
935
|
@reputation = Telnyx::Resources::Reputation.new(client: self)
|
|
932
936
|
@terms_of_service = Telnyx::Resources::TermsOfService.new(client: self)
|
|
933
937
|
@pronunciation_dicts = Telnyx::Resources::PronunciationDicts.new(client: self)
|
|
938
|
+
@uac_connections = Telnyx::Resources::UacConnections.new(client: self)
|
|
934
939
|
end
|
|
935
940
|
end
|
|
936
941
|
end
|
|
@@ -5,16 +5,137 @@ module Telnyx
|
|
|
5
5
|
module AI
|
|
6
6
|
module Assistants
|
|
7
7
|
class CanaryDeploy < Telnyx::Internal::Type::BaseModel
|
|
8
|
-
# @!attribute
|
|
9
|
-
# List of version configurations
|
|
8
|
+
# @!attribute rules
|
|
10
9
|
#
|
|
11
|
-
# @return [Array<Telnyx::Models::AI::Assistants::
|
|
12
|
-
|
|
10
|
+
# @return [Array<Telnyx::Models::AI::Assistants::CanaryDeploy::Rule>, nil]
|
|
11
|
+
optional :rules, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::AI::Assistants::CanaryDeploy::Rule] }
|
|
13
12
|
|
|
14
|
-
# @!method initialize(
|
|
15
|
-
#
|
|
13
|
+
# @!method initialize(rules: nil)
|
|
14
|
+
# Create/update request body. Accepts:
|
|
16
15
|
#
|
|
17
|
-
#
|
|
16
|
+
# - `rules` — canonical ordered list of routing rules
|
|
17
|
+
#
|
|
18
|
+
# @param rules [Array<Telnyx::Models::AI::Assistants::CanaryDeploy::Rule>]
|
|
19
|
+
|
|
20
|
+
class Rule < Telnyx::Internal::Type::BaseModel
|
|
21
|
+
# @!attribute serve
|
|
22
|
+
# What a rule serves when matched.
|
|
23
|
+
#
|
|
24
|
+
# Exactly one of:
|
|
25
|
+
#
|
|
26
|
+
# - `version_id` — serve a specific version
|
|
27
|
+
# - `rollout` — weighted random across versions; weights must sum to less than
|
|
28
|
+
# 100, with the leftover routing to the main version
|
|
29
|
+
#
|
|
30
|
+
# @return [Telnyx::Models::AI::Assistants::CanaryDeploy::Rule::Serve]
|
|
31
|
+
required :serve, -> { Telnyx::AI::Assistants::CanaryDeploy::Rule::Serve }
|
|
32
|
+
|
|
33
|
+
# @!attribute match
|
|
34
|
+
#
|
|
35
|
+
# @return [Array<Telnyx::Models::AI::Assistants::CanaryDeploy::Rule::Match>, nil]
|
|
36
|
+
optional :match, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::AI::Assistants::CanaryDeploy::Rule::Match] }
|
|
37
|
+
|
|
38
|
+
# @!method initialize(serve:, match: nil)
|
|
39
|
+
# Some parameter documentations has been truncated, see
|
|
40
|
+
# {Telnyx::Models::AI::Assistants::CanaryDeploy::Rule} for more details.
|
|
41
|
+
#
|
|
42
|
+
# A targeting rule: `match` clauses (AND) gate `serve`.
|
|
43
|
+
#
|
|
44
|
+
# An empty `match` is a catch-all (always fires).
|
|
45
|
+
#
|
|
46
|
+
# @param serve [Telnyx::Models::AI::Assistants::CanaryDeploy::Rule::Serve] What a rule serves when matched.
|
|
47
|
+
#
|
|
48
|
+
# @param match [Array<Telnyx::Models::AI::Assistants::CanaryDeploy::Rule::Match>]
|
|
49
|
+
|
|
50
|
+
# @see Telnyx::Models::AI::Assistants::CanaryDeploy::Rule#serve
|
|
51
|
+
class Serve < Telnyx::Internal::Type::BaseModel
|
|
52
|
+
# @!attribute rollout
|
|
53
|
+
#
|
|
54
|
+
# @return [Array<Telnyx::Models::AI::Assistants::CanaryDeploy::Rule::Serve::Rollout>, nil]
|
|
55
|
+
optional :rollout,
|
|
56
|
+
-> { Telnyx::Internal::Type::ArrayOf[Telnyx::AI::Assistants::CanaryDeploy::Rule::Serve::Rollout] }
|
|
57
|
+
|
|
58
|
+
# @!attribute version_id
|
|
59
|
+
#
|
|
60
|
+
# @return [String, nil]
|
|
61
|
+
optional :version_id, String
|
|
62
|
+
|
|
63
|
+
# @!method initialize(rollout: nil, version_id: nil)
|
|
64
|
+
# What a rule serves when matched.
|
|
65
|
+
#
|
|
66
|
+
# Exactly one of:
|
|
67
|
+
#
|
|
68
|
+
# - `version_id` — serve a specific version
|
|
69
|
+
# - `rollout` — weighted random across versions; weights must sum to less than
|
|
70
|
+
# 100, with the leftover routing to the main version
|
|
71
|
+
#
|
|
72
|
+
# @param rollout [Array<Telnyx::Models::AI::Assistants::CanaryDeploy::Rule::Serve::Rollout>]
|
|
73
|
+
# @param version_id [String]
|
|
74
|
+
|
|
75
|
+
class Rollout < Telnyx::Internal::Type::BaseModel
|
|
76
|
+
# @!attribute version_id
|
|
77
|
+
#
|
|
78
|
+
# @return [String]
|
|
79
|
+
required :version_id, String
|
|
80
|
+
|
|
81
|
+
# @!attribute weight
|
|
82
|
+
#
|
|
83
|
+
# @return [Float]
|
|
84
|
+
required :weight, Float
|
|
85
|
+
|
|
86
|
+
# @!method initialize(version_id:, weight:)
|
|
87
|
+
# One slot in a percentage rollout.
|
|
88
|
+
#
|
|
89
|
+
# @param version_id [String]
|
|
90
|
+
# @param weight [Float]
|
|
91
|
+
end
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
class Match < Telnyx::Internal::Type::BaseModel
|
|
95
|
+
# @!attribute attribute
|
|
96
|
+
# Attribute name from the routing context
|
|
97
|
+
#
|
|
98
|
+
# @return [String]
|
|
99
|
+
required :attribute, String
|
|
100
|
+
|
|
101
|
+
# @!attribute operator
|
|
102
|
+
# Match operator
|
|
103
|
+
#
|
|
104
|
+
# @return [Symbol, Telnyx::Models::AI::Assistants::CanaryDeploy::Rule::Match::Operator]
|
|
105
|
+
required :operator, enum: -> { Telnyx::AI::Assistants::CanaryDeploy::Rule::Match::Operator }
|
|
106
|
+
|
|
107
|
+
# @!attribute values
|
|
108
|
+
#
|
|
109
|
+
# @return [Array<String>]
|
|
110
|
+
required :values, Telnyx::Internal::Type::ArrayOf[String]
|
|
111
|
+
|
|
112
|
+
# @!method initialize(attribute:, operator:, values:)
|
|
113
|
+
# A single attribute/operator/values check.
|
|
114
|
+
#
|
|
115
|
+
# A clause matches when the routing context's value for `attribute` satisfies
|
|
116
|
+
# `operator` against any of `values`.
|
|
117
|
+
#
|
|
118
|
+
# @param attribute [String] Attribute name from the routing context
|
|
119
|
+
#
|
|
120
|
+
# @param operator [Symbol, Telnyx::Models::AI::Assistants::CanaryDeploy::Rule::Match::Operator] Match operator
|
|
121
|
+
#
|
|
122
|
+
# @param values [Array<String>]
|
|
123
|
+
|
|
124
|
+
# Match operator
|
|
125
|
+
#
|
|
126
|
+
# @see Telnyx::Models::AI::Assistants::CanaryDeploy::Rule::Match#operator
|
|
127
|
+
module Operator
|
|
128
|
+
extend Telnyx::Internal::Type::Enum
|
|
129
|
+
|
|
130
|
+
IN = :in
|
|
131
|
+
NOT_IN = :not_in
|
|
132
|
+
STARTS_WITH = :starts_with
|
|
133
|
+
|
|
134
|
+
# @!method self.values
|
|
135
|
+
# @return [Array<Symbol>]
|
|
136
|
+
end
|
|
137
|
+
end
|
|
138
|
+
end
|
|
18
139
|
end
|
|
19
140
|
end
|
|
20
141
|
end
|
|
@@ -16,23 +16,147 @@ module Telnyx
|
|
|
16
16
|
# @return [Time]
|
|
17
17
|
required :created_at, Time
|
|
18
18
|
|
|
19
|
+
# @!attribute rules
|
|
20
|
+
#
|
|
21
|
+
# @return [Array<Telnyx::Models::AI::Assistants::CanaryDeployResponse::Rule>]
|
|
22
|
+
required :rules,
|
|
23
|
+
-> { Telnyx::Internal::Type::ArrayOf[Telnyx::AI::Assistants::CanaryDeployResponse::Rule] }
|
|
24
|
+
|
|
19
25
|
# @!attribute updated_at
|
|
20
26
|
#
|
|
21
27
|
# @return [Time]
|
|
22
28
|
required :updated_at, Time
|
|
23
29
|
|
|
24
|
-
# @!
|
|
30
|
+
# @!method initialize(assistant_id:, created_at:, rules:, updated_at:)
|
|
31
|
+
# Response shape.
|
|
25
32
|
#
|
|
26
|
-
#
|
|
27
|
-
required :versions, -> { Telnyx::Internal::Type::ArrayOf[Telnyx::AI::Assistants::VersionConfig] }
|
|
28
|
-
|
|
29
|
-
# @!method initialize(assistant_id:, created_at:, updated_at:, versions:)
|
|
30
|
-
# Response model for canary deploy operations.
|
|
33
|
+
# Always carries `rules` (canonical).
|
|
31
34
|
#
|
|
32
35
|
# @param assistant_id [String]
|
|
33
36
|
# @param created_at [Time]
|
|
37
|
+
# @param rules [Array<Telnyx::Models::AI::Assistants::CanaryDeployResponse::Rule>]
|
|
34
38
|
# @param updated_at [Time]
|
|
35
|
-
|
|
39
|
+
|
|
40
|
+
class Rule < Telnyx::Internal::Type::BaseModel
|
|
41
|
+
# @!attribute serve
|
|
42
|
+
# What a rule serves when matched.
|
|
43
|
+
#
|
|
44
|
+
# Exactly one of:
|
|
45
|
+
#
|
|
46
|
+
# - `version_id` — serve a specific version
|
|
47
|
+
# - `rollout` — weighted random across versions; weights must sum to less than
|
|
48
|
+
# 100, with the leftover routing to the main version
|
|
49
|
+
#
|
|
50
|
+
# @return [Telnyx::Models::AI::Assistants::CanaryDeployResponse::Rule::Serve]
|
|
51
|
+
required :serve, -> { Telnyx::AI::Assistants::CanaryDeployResponse::Rule::Serve }
|
|
52
|
+
|
|
53
|
+
# @!attribute match
|
|
54
|
+
#
|
|
55
|
+
# @return [Array<Telnyx::Models::AI::Assistants::CanaryDeployResponse::Rule::Match>, nil]
|
|
56
|
+
optional :match,
|
|
57
|
+
-> { Telnyx::Internal::Type::ArrayOf[Telnyx::AI::Assistants::CanaryDeployResponse::Rule::Match] }
|
|
58
|
+
|
|
59
|
+
# @!method initialize(serve:, match: nil)
|
|
60
|
+
# Some parameter documentations has been truncated, see
|
|
61
|
+
# {Telnyx::Models::AI::Assistants::CanaryDeployResponse::Rule} for more details.
|
|
62
|
+
#
|
|
63
|
+
# A targeting rule: `match` clauses (AND) gate `serve`.
|
|
64
|
+
#
|
|
65
|
+
# An empty `match` is a catch-all (always fires).
|
|
66
|
+
#
|
|
67
|
+
# @param serve [Telnyx::Models::AI::Assistants::CanaryDeployResponse::Rule::Serve] What a rule serves when matched.
|
|
68
|
+
#
|
|
69
|
+
# @param match [Array<Telnyx::Models::AI::Assistants::CanaryDeployResponse::Rule::Match>]
|
|
70
|
+
|
|
71
|
+
# @see Telnyx::Models::AI::Assistants::CanaryDeployResponse::Rule#serve
|
|
72
|
+
class Serve < Telnyx::Internal::Type::BaseModel
|
|
73
|
+
# @!attribute rollout
|
|
74
|
+
#
|
|
75
|
+
# @return [Array<Telnyx::Models::AI::Assistants::CanaryDeployResponse::Rule::Serve::Rollout>, nil]
|
|
76
|
+
optional :rollout,
|
|
77
|
+
-> { Telnyx::Internal::Type::ArrayOf[Telnyx::AI::Assistants::CanaryDeployResponse::Rule::Serve::Rollout] }
|
|
78
|
+
|
|
79
|
+
# @!attribute version_id
|
|
80
|
+
#
|
|
81
|
+
# @return [String, nil]
|
|
82
|
+
optional :version_id, String
|
|
83
|
+
|
|
84
|
+
# @!method initialize(rollout: nil, version_id: nil)
|
|
85
|
+
# What a rule serves when matched.
|
|
86
|
+
#
|
|
87
|
+
# Exactly one of:
|
|
88
|
+
#
|
|
89
|
+
# - `version_id` — serve a specific version
|
|
90
|
+
# - `rollout` — weighted random across versions; weights must sum to less than
|
|
91
|
+
# 100, with the leftover routing to the main version
|
|
92
|
+
#
|
|
93
|
+
# @param rollout [Array<Telnyx::Models::AI::Assistants::CanaryDeployResponse::Rule::Serve::Rollout>]
|
|
94
|
+
# @param version_id [String]
|
|
95
|
+
|
|
96
|
+
class Rollout < Telnyx::Internal::Type::BaseModel
|
|
97
|
+
# @!attribute version_id
|
|
98
|
+
#
|
|
99
|
+
# @return [String]
|
|
100
|
+
required :version_id, String
|
|
101
|
+
|
|
102
|
+
# @!attribute weight
|
|
103
|
+
#
|
|
104
|
+
# @return [Float]
|
|
105
|
+
required :weight, Float
|
|
106
|
+
|
|
107
|
+
# @!method initialize(version_id:, weight:)
|
|
108
|
+
# One slot in a percentage rollout.
|
|
109
|
+
#
|
|
110
|
+
# @param version_id [String]
|
|
111
|
+
# @param weight [Float]
|
|
112
|
+
end
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
class Match < Telnyx::Internal::Type::BaseModel
|
|
116
|
+
# @!attribute attribute
|
|
117
|
+
# Attribute name from the routing context
|
|
118
|
+
#
|
|
119
|
+
# @return [String]
|
|
120
|
+
required :attribute, String
|
|
121
|
+
|
|
122
|
+
# @!attribute operator
|
|
123
|
+
# Match operator
|
|
124
|
+
#
|
|
125
|
+
# @return [Symbol, Telnyx::Models::AI::Assistants::CanaryDeployResponse::Rule::Match::Operator]
|
|
126
|
+
required :operator, enum: -> { Telnyx::AI::Assistants::CanaryDeployResponse::Rule::Match::Operator }
|
|
127
|
+
|
|
128
|
+
# @!attribute values
|
|
129
|
+
#
|
|
130
|
+
# @return [Array<String>]
|
|
131
|
+
required :values, Telnyx::Internal::Type::ArrayOf[String]
|
|
132
|
+
|
|
133
|
+
# @!method initialize(attribute:, operator:, values:)
|
|
134
|
+
# A single attribute/operator/values check.
|
|
135
|
+
#
|
|
136
|
+
# A clause matches when the routing context's value for `attribute` satisfies
|
|
137
|
+
# `operator` against any of `values`.
|
|
138
|
+
#
|
|
139
|
+
# @param attribute [String] Attribute name from the routing context
|
|
140
|
+
#
|
|
141
|
+
# @param operator [Symbol, Telnyx::Models::AI::Assistants::CanaryDeployResponse::Rule::Match::Operator] Match operator
|
|
142
|
+
#
|
|
143
|
+
# @param values [Array<String>]
|
|
144
|
+
|
|
145
|
+
# Match operator
|
|
146
|
+
#
|
|
147
|
+
# @see Telnyx::Models::AI::Assistants::CanaryDeployResponse::Rule::Match#operator
|
|
148
|
+
module Operator
|
|
149
|
+
extend Telnyx::Internal::Type::Enum
|
|
150
|
+
|
|
151
|
+
IN = :in
|
|
152
|
+
NOT_IN = :not_in
|
|
153
|
+
STARTS_WITH = :starts_with
|
|
154
|
+
|
|
155
|
+
# @!method self.values
|
|
156
|
+
# @return [Array<Symbol>]
|
|
157
|
+
end
|
|
158
|
+
end
|
|
159
|
+
end
|
|
36
160
|
end
|
|
37
161
|
end
|
|
38
162
|
end
|