File tree Expand file tree Collapse file tree
google/cloud/dialogflow/cx/v3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ option java_multiple_files = true;
2424option java_outer_classname = "CodeBlockProto" ;
2525option java_package = "com.google.cloud.dialogflow.cx.v3" ;
2626option objc_class_prefix = "DF" ;
27+ option ruby_package = "Google::Cloud::Dialogflow::CX::V3" ;
2728
2829// Represents a code block.
2930message CodeBlock {
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ option java_multiple_files = true;
3131option java_outer_classname = "ExampleProto" ;
3232option java_package = "com.google.cloud.dialogflow.cx.v3" ;
3333option objc_class_prefix = "DF" ;
34+ option ruby_package = "Google::Cloud::Dialogflow::CX::V3" ;
3435
3536// Service for managing [Examples][google.cloud.dialogflow.cx.v3.Example].
3637service Examples {
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ option go_package = "cloud.google.com/go/dialogflow/cx/apiv3/cxpb;cxpb";
2222option java_multiple_files = true ;
2323option java_outer_classname = "ParameterDefinitionProto" ;
2424option java_package = "com.google.cloud.dialogflow.cx.v3" ;
25+ option ruby_package = "Google::Cloud::Dialogflow::CX::V3" ;
2526
2627// Defines the properties of a parameter.
2728// Used to define parameters used in the agent and the
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ option java_multiple_files = true;
3838option java_outer_classname = "PlaybookProto" ;
3939option java_package = "com.google.cloud.dialogflow.cx.v3" ;
4040option objc_class_prefix = "DF" ;
41+ option ruby_package = "Google::Cloud::Dialogflow::CX::V3" ;
4142
4243// Service for managing [Playbooks][google.cloud.dialogflow.cx.v3.Playbook].
4344service Playbooks {
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ option java_multiple_files = true;
3232option java_outer_classname = "ToolProto" ;
3333option java_package = "com.google.cloud.dialogflow.cx.v3" ;
3434option objc_class_prefix = "DF" ;
35+ option ruby_package = "Google::Cloud::Dialogflow::CX::V3" ;
3536
3637// Service for managing [Tools][google.cloud.dialogflow.cx.v3.Tool].
3738service Tools {
You can’t perform that action at this time.
0 commit comments