// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// ToneInfo undocumented
type ToneInfo struct {
// Object is the base model of ToneInfo
Object
// SequenceID undocumented
SequenceID *int `json:"sequenceId,omitempty"`
// Tone undocumented
Tone *Tone `json:"tone,omitempty"`
}