Opener
Ask your character to speak to you
# With carter already created
interaction = carter.opener(user_id)
if interaction.ok:
print(interaction.output_text)Last updated
Ask your character to speak to you
# With carter already created
interaction = carter.opener(user_id)
if interaction.ok:
print(interaction.output_text)Last updated