Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
set default value for session end
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Dilly committed Feb 6, 2017
1 parent 4c4fc05 commit e708a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ask/types.d
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ struct AlexaResponse
///
Nullable!Reprompt reprompt;
///
bool shouldEndSession;
bool shouldEndSession = true;
}

///
Expand Down

0 comments on commit e708a6a

Please sign in to comment.