BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost({required String callName, required String agentId, required String agentPhoneNumberId, required dynamic scheduledTimeUnix, required List<OutboundCallRecipient> recipients})
const
BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.fromJson(Map<String, dynamic> json)
factory

Properties

agentId String
final
agentPhoneNumberId String
final
callName String
final
hashCode int
The hash code for this object.
no setteroverride
recipients List<OutboundCallRecipient>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledTimeUnix → dynamic
final

Methods

copyWith({String? callName, String? agentId, String? agentPhoneNumberId, dynamic scheduledTimeUnix, List<OutboundCallRecipient>? recipients}) BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost

Available on BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost, provided by the $BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPostExtension extension

copyWithWrapped({Wrapped<String>? callName, Wrapped<String>? agentId, Wrapped<String>? agentPhoneNumberId, Wrapped? scheduledTimeUnix, Wrapped<List<OutboundCallRecipient>>? recipients}) BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost

Available on BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost, provided by the $BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPostExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override