Module: Google::Cloud::Dialogflow::V2::MessageEntry::Role

Defined in:
proto_docs/google/cloud/dialogflow/v2/generator.rb

Overview

Enumeration of the roles a participant can play in a conversation.

Constant Summary collapse

ROLE_UNSPECIFIED =

Participant role not set.

0
HUMAN_AGENT =

Participant is a human agent.

1
AUTOMATED_AGENT =

Participant is an automated agent, such as a Dialogflow agent.

2
END_USER =

Participant is an end user that has called or chatted with Dialogflow services.

3