Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 2 KB

File metadata and controls

30 lines (22 loc) · 2 KB

core / org.rewedigital.dialog.model.google / Input / Argument

Argument

data class Argument

Types

Name Summary
ArgumentNames enum class ArgumentNames
Extension data class Extension

Constructors

Name Summary
<init> Argument(name: String? = null, rawText: String? = null, textValue: String? = null, intValue: String? = null, floatValue: Double? = null, boolValue: Boolean? = null, extension: Extension? = null)

Properties

Name Summary
boolValue val boolValue: Boolean?
extension val extension: Extension?
floatValue val floatValue: Double?
intValue val intValue: String?
name val name: String?
rawText val rawText: String?
textValue val textValue: String?