INNER CODE UNIT · Python
default_response
keiffster/program-y · src/programy/bot.py:165
def default_response(self) -> str:
return self.configuration.default_response
@property
def default_response_srai(self) -> str:
return self.configuration.default_response_srai
@property
def exit_response(self) -> str:
return self.configuration.exit_response
@property
def exit_response_srai(self) -> str:
return self.configuration.exit_response_srai
@property
def initial_question(self) -> str:
return self.configuration.initial_question