Skip to content

Commit

Permalink
Fixing merge :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer committed Dec 30, 2016
1 parent 2299ec6 commit afc64d4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Alexa.NET/ResponseBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ public static SkillResponse Ask(IOutputSpeech speechResponse, Reprompt reprompt,
}
#endregion

<<<<<<< HEAD
#region Main Response Builder
=======
#region AudioPlayer Response
public static SkillResponse AudioPlayerPlay(PlayBehavior playBehavior, string url, string token)
{
return AudioPlayerPlay(playBehavior, url, token, 0);
Expand Down Expand Up @@ -99,8 +97,9 @@ public static SkillResponse AudioPlayerPlay(PlayBehavior playBehavior, string ur

return response;
}

>>>>>>> ae95467958bfda07a461a775c761d832bf5b2d44
#endregion

#region Main Response Builder
private static SkillResponse BuildResponse(IOutputSpeech outputSpeech, bool shouldEndSession, Session sessionAttributes, Reprompt reprompt, ICard card)
{
SkillResponse response = new Response.SkillResponse();
Expand Down

0 comments on commit afc64d4

Please sign in to comment.