Module: Google::Cloud::Ces::V1::ChannelProfile::WebWidgetConfig::Modality

Defined in:
proto_docs/google/cloud/ces/v1/common.rb

Overview

Modality of the web widget.

Constant Summary collapse

MODALITY_UNSPECIFIED =

Unknown modality.

0
CHAT_AND_VOICE =

Widget supports both chat and voice input.

1
VOICE_ONLY =

Widget supports only voice input.

2
CHAT_ONLY =

Widget supports only chat input.

3
CHAT_VOICE_AND_VIDEO =

Widget supports chat, voice, and video input.

4