Class InputType (0.3.0)

InputType(value)

Type of the input message.

Enums

Name Description
INPUT_TYPE_UNSPECIFIED Unspecified input type.
INPUT_TYPE_TEXT The input message is text.
INPUT_TYPE_AUDIO The input message is audio.
INPUT_TYPE_IMAGE The input message is image.
INPUT_TYPE_BLOB The input message is blob file.
INPUT_TYPE_TOOL_RESPONSE The input message is client function tool response.
INPUT_TYPE_VARIABLES The input message are variables.