Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for arbitrary properties #426

Closed
glennrfisher opened this issue Aug 30, 2016 · 1 comment
Closed

Add support for arbitrary properties #426

glennrfisher opened this issue Aug 30, 2016 · 1 comment

Comments

@glennrfisher
Copy link
Contributor

glennrfisher commented Aug 30, 2016

Several models for the Conversation service can contain arbitrary nested properties. We need to make sure that (1) these properties are sufficiently captured and sent back to the service, and (2) these properties are accessible to users in a convenient, easy-to-use way.

For example, the context model can include additional information based on the client's code. A user can set "pizza_toppings": ["ketchup", "ham", "onion"]. This should be accessible to users of the SDK and also propagated back-and-forth to the server.

@glennrfisher glennrfisher changed the title Add support for generic context objects Add support for arbitrary properties Aug 30, 2016
@glennrfisher glennrfisher modified the milestone: Support Sep 29, 2016
@glennrfisher glennrfisher modified the milestones: Support, Release 0.9.0 Oct 17, 2016
@glennrfisher
Copy link
Contributor Author

This issue is complete in the swift-3.0-remove-dependencies branch. We should document this feature in the readme, however, so I opened to #511 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant