Module: Google::Cloud::DiscoveryEngine::V1beta::Conversation::State

Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/conversation.rb

Overview

Enumeration of the state of the conversation.

Constant Summary collapse

STATE_UNSPECIFIED =

Unknown.

0
IN_PROGRESS =

Conversation is currently open.

1
COMPLETED =

Conversation has been completed.

2