Can I get last Node ID in Conversation?

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
fbthd1234
Posts: 10
Joined: Wed Jun 28, 2023 6:16 am

Can I get last Node ID in Conversation?

Post by fbthd1234 »

Hi.

I want to get recent node Id Or recent response Id in Last Conversation.
Can you give me some guide?

Best regards.
Tony Li.
User avatar
Tony Li
Posts: 20647
Joined: Thu Jul 18, 2013 1:27 pm

Re: Can I get last Node ID in Conversation?

Post by Tony Li »

Hi,

The last node ID is DialogueManager.currentConversationState.subtitle.dialogueEntry.id.
Post Reply