Skip to content

Commit

Permalink
Merge branch 'private-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
NizamLZ committed Aug 28, 2017
2 parents b290f20 + 71a057f commit c1da73d
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
18 changes: 17 additions & 1 deletion ANAConversationPlatform/Models/Button.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,22 @@ public enum ButtonTypeEnum
GetAgent,
ApiCall,
ShowConfirmation,
FetchChatFlow
FetchChatFlow,
/// <summary>
/// Format: yyyy-MM-dd
/// </summary>
GetDate,
/// <summary>
/// Format: HH:mm:ss
/// </summary>
GetTime,
/// <summary>
/// Format: yyyy-MM-ddTHH:mm:ss
/// </summary>
GetDateTime,
/// <summary>
/// Format: [Latitude],[Longitude]
/// </summary>
GetLocation
}
}
18 changes: 17 additions & 1 deletion ANAConversationSimulator/Models/Chat/Button.cs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,22 @@ public enum ButtonTypeEnum
GetAgent,
ApiCall,
ShowConfirmation,
FetchChatFlow
FetchChatFlow,
/// <summary>
/// Format: yyyy-MM-dd
/// </summary>
GetDate,
/// <summary>
/// Format: HH:mm:ss
/// </summary>
GetTime,
/// <summary>
/// Format: yyyy-MM-ddTHH:mm:ss
/// </summary>
GetDateTime,
/// <summary>
/// Format: [Latitude],[Longitude]
/// </summary>
GetLocation
}
}
2 changes: 1 addition & 1 deletion ANAConversationSimulator/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="44cabbc3-0a2f-4255-b5bb-b099cd5762f9" Publisher="CN=ProjectANA" Version="2.1.0.0" />
<Identity Name="44cabbc3-0a2f-4255-b5bb-b099cd5762f9" Publisher="CN=ProjectANA" Version="2.1.1.0" />
<mp:PhoneIdentity PhoneProductId="44cabbc3-0a2f-4255-b5bb-b099cd5762f9" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>ANA Conversation Simulator</DisplayName>
Expand Down

0 comments on commit c1da73d

Please sign in to comment.