summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelPlay.go
blob: d97f0e7a867e47f7edcf1091e9e001c422b26296 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// PlayPromptOperation undocumented
type PlayPromptOperation struct {
	// CommsOperation is the base model of PlayPromptOperation
	CommsOperation
	// CompletionReason undocumented
	CompletionReason *PlayPromptCompletionReason `json:"completionReason,omitempty"`
}