INNER CODE UNIT · Python
exit_response_srai
keiffster/program-y · src/programy/bot.py:177
def exit_response_srai(self) -> str:
return self.configuration.exit_response_srai
@property
def initial_question(self) -> str:
return self.configuration.initial_question
@property
def initial_question_srai(self) -> str:
return self.configuration.initial_question_srai
@property
def override_properties(self) -> bool:
return self.configuration.override_properties
def get_version_string(self, client_context) -> str:
assert client_context is not None