Template
data class Template( val intent: Context.Intent?, val callType: CallType?, val recipientIntended: RecipientIntended?, val searchScene: String?, val candidates: Array<Person>?)
Content copied to clipboard
Constructors
Link copied to clipboard
fun Template( intent: Context.Intent?, callType: CallType?, recipientIntended: RecipientIntended?, searchScene: String?, candidates: Array<Person>?)
Content copied to clipboard
Functions
Properties
Link copied to clipboard
@SerializedName(value = "recipientIntended")
Content copied to clipboard