conversationStage

@JvmName(name = "miowrxfwwrfrihlj")
suspend fun conversationStage(value: Output<ConversationConversationStage>)
@JvmName(name = "penjkjvjsbrbctmn")
suspend fun conversationStage(value: ConversationConversationStage?)

Parameters

value

The stage of a conversation. It indicates whether the virtual agent or a human agent is handling the conversation. If the conversation is created with the conversation profile that has Dialogflow config set, defaults to ConversationStage.VIRTUAL_AGENT_STAGE; Otherwise, defaults to ConversationStage.HUMAN_ASSIST_STAGE. If the conversation is created with the conversation profile that has Dialogflow config set but explicitly sets conversation_stage to ConversationStage.HUMAN_ASSIST_STAGE, it skips ConversationStage.VIRTUAL_AGENT_STAGE stage and directly goes to ConversationStage.HUMAN_ASSIST_STAGE.