mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-11 07:42:30 +00:00
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
97
vendor/github.com/yaegashi/msgraph.go/beta/ModelCall.go
generated
vendored
Normal file
97
vendor/github.com/yaegashi/msgraph.go/beta/ModelCall.go
generated
vendored
Normal file
@@ -0,0 +1,97 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// Call undocumented
|
||||
type Call struct {
|
||||
// Entity is the base model of Call
|
||||
Entity
|
||||
// State undocumented
|
||||
State *CallState `json:"state,omitempty"`
|
||||
// MediaState undocumented
|
||||
MediaState *CallMediaState `json:"mediaState,omitempty"`
|
||||
// ResultInfo undocumented
|
||||
ResultInfo *ResultInfo `json:"resultInfo,omitempty"`
|
||||
// TerminationReason undocumented
|
||||
TerminationReason *string `json:"terminationReason,omitempty"`
|
||||
// Direction undocumented
|
||||
Direction *CallDirection `json:"direction,omitempty"`
|
||||
// RingingTimeoutInSeconds undocumented
|
||||
RingingTimeoutInSeconds *int `json:"ringingTimeoutInSeconds,omitempty"`
|
||||
// Subject undocumented
|
||||
Subject *string `json:"subject,omitempty"`
|
||||
// CallbackURI undocumented
|
||||
CallbackURI *string `json:"callbackUri,omitempty"`
|
||||
// CallRoutes undocumented
|
||||
CallRoutes []CallRoute `json:"callRoutes,omitempty"`
|
||||
// Source undocumented
|
||||
Source *ParticipantInfo `json:"source,omitempty"`
|
||||
// Targets undocumented
|
||||
Targets []InvitationParticipantInfo `json:"targets,omitempty"`
|
||||
// AnsweredBy undocumented
|
||||
AnsweredBy *ParticipantInfo `json:"answeredBy,omitempty"`
|
||||
// RequestedModalities undocumented
|
||||
RequestedModalities []Modality `json:"requestedModalities,omitempty"`
|
||||
// ActiveModalities undocumented
|
||||
ActiveModalities []Modality `json:"activeModalities,omitempty"`
|
||||
// MediaConfig undocumented
|
||||
MediaConfig *MediaConfig `json:"mediaConfig,omitempty"`
|
||||
// ChatInfo undocumented
|
||||
ChatInfo *ChatInfo `json:"chatInfo,omitempty"`
|
||||
// CallOptions undocumented
|
||||
CallOptions *CallOptions `json:"callOptions,omitempty"`
|
||||
// MeetingInfo undocumented
|
||||
MeetingInfo *MeetingInfo `json:"meetingInfo,omitempty"`
|
||||
// MeetingCapability undocumented
|
||||
MeetingCapability *MeetingCapability `json:"meetingCapability,omitempty"`
|
||||
// RoutingPolicies undocumented
|
||||
RoutingPolicies []RoutingPolicy `json:"routingPolicies,omitempty"`
|
||||
// TenantID undocumented
|
||||
TenantID *string `json:"tenantId,omitempty"`
|
||||
// MyParticipantID undocumented
|
||||
MyParticipantID *string `json:"myParticipantId,omitempty"`
|
||||
// ToneInfo undocumented
|
||||
ToneInfo *ToneInfo `json:"toneInfo,omitempty"`
|
||||
// IncomingContext undocumented
|
||||
IncomingContext *IncomingContext `json:"incomingContext,omitempty"`
|
||||
// Participants undocumented
|
||||
Participants []Participant `json:"participants,omitempty"`
|
||||
// AudioRoutingGroups undocumented
|
||||
AudioRoutingGroups []AudioRoutingGroup `json:"audioRoutingGroups,omitempty"`
|
||||
// Operations undocumented
|
||||
Operations []CommsOperation `json:"operations,omitempty"`
|
||||
}
|
||||
|
||||
// CallActivityStatistics undocumented
|
||||
type CallActivityStatistics struct {
|
||||
// ActivityStatistics is the base model of CallActivityStatistics
|
||||
ActivityStatistics
|
||||
// AfterHours undocumented
|
||||
AfterHours *Duration `json:"afterHours,omitempty"`
|
||||
}
|
||||
|
||||
// CallMediaState undocumented
|
||||
type CallMediaState struct {
|
||||
// Object is the base model of CallMediaState
|
||||
Object
|
||||
// Audio undocumented
|
||||
Audio *MediaState `json:"audio,omitempty"`
|
||||
}
|
||||
|
||||
// CallOptions undocumented
|
||||
type CallOptions struct {
|
||||
// Object is the base model of CallOptions
|
||||
Object
|
||||
}
|
||||
|
||||
// CallRoute undocumented
|
||||
type CallRoute struct {
|
||||
// Object is the base model of CallRoute
|
||||
Object
|
||||
// RoutingType undocumented
|
||||
RoutingType *RoutingType `json:"routingType,omitempty"`
|
||||
// Original undocumented
|
||||
Original *IdentitySet `json:"original,omitempty"`
|
||||
// Final undocumented
|
||||
Final *IdentitySet `json:"final,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user