pramod kumar

Results 1 issues of pramod kumar

Unable to get access ``` constructor(props) { super(props); Dialogflow_V2.setConfiguration( "[email protected]", '-----BEGIN PRIVATE KEY-----\nMIIEvgIBADAN...1oqO\n-----END PRIVATE KEY-----\n', Dialogflow_V2.LANG_ENGLISH_US, 'testv2-3b5ca' ); } componentDidMount(){ Dialogflow_V2.requestQuery("Some text for your Dialogflow agent", result=>console.log(result), error=>console.log(error)); } ```...