Registry / cloud / go-dialogflow

go-dialogflow

JSON →
library1.82.0gogounverified

Package dialogflow provides a Go client library for the Google Cloud Dialogflow API, enabling conversational agents and intent detection.

go get cloud.google.com/go/dialogflow
INSTALL
IMPORT
SIG · GO-DIALOGFLOW
G
go-dialogflow
cloudgov1.82.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dialogflow
cloud.google.com/go/dialogflow

Create a Dialogflow sessions client.

package main import ( "context" "fmt" "cloud.google.com/go/dialogflow/apiv2" ) func main() { ctx := context.Background() client, err := dialogflow.NewSessionsClient(ctx) if err != nil { panic(err) } defer client.Close() fmt.Println("Dialogflow client created") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.82.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
go-dialogflow — go get go-dialogflow · libregistry